From 2c1417246789383829145bdfc51b3b3921a99341 Mon Sep 17 00:00:00 2001 From: csc027 Date: Fri, 3 Jan 2020 14:12:53 -0800 Subject: [Keymap] Added csc027 keymaps for keebio/iris and planck (#7472) * Added csc027 user folder and keymaps for both keebio/iris and planck * Moved the git_macros variable out of the process_record_user function. * Updated the usb_led code to use the new led_update_user instead of the led_set_user function. * Update users/csc027/defines.h Removed the "_______" macro definition in defines.h, since it has already been defined in QMK. * Update users/csc027/defines.h Removed the "XXXXXXX" macro definition in defines.h, since it has already been defined in QMK. * Update users/csc027/csc027.c Simplified several keyboard macro definitions in the csc027.c file by switching from SS_LCTRL to SS_LCTL in their definitions. * Condensed both the planck and iris rules files to the minimal set of declarations. --- keyboards/keebio/iris/keymaps/csc027/config.h | 28 +++++++++++ keyboards/keebio/iris/keymaps/csc027/keymap.c | 70 +++++++++++++++++++++++++++ keyboards/keebio/iris/keymaps/csc027/rules.mk | 6 +++ 3 files changed, 104 insertions(+) create mode 100644 keyboards/keebio/iris/keymaps/csc027/config.h create mode 100644 keyboards/keebio/iris/keymaps/csc027/keymap.c create mode 100644 keyboards/keebio/iris/keymaps/csc027/rules.mk (limited to 'keyboards/keebio/iris/keymaps') diff --git a/keyboards/keebio/iris/keymaps/csc027/config.h b/keyboards/keebio/iris/keymaps/csc027/config.h new file mode 100644 index 000000000..01bb31a6e --- /dev/null +++ b/keyboards/keebio/iris/keymaps/csc027/config.h @@ -0,0 +1,28 @@ +/* +Copyright 2017 Danny Nguyen + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#pragma once + +// #define USE_I2C +#define EE_HANDS + +#undef RGBLED_NUM +#define RGBLIGHT_ANIMATIONS +#define RGBLED_NUM 12 +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 diff --git a/keyboards/keebio/iris/keymaps/csc027/keymap.c b/keyboards/keebio/iris/keymaps/csc027/keymap.c new file mode 100644 index 000000000..398947555 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/csc027/keymap.c @@ -0,0 +1,70 @@ +#include QMK_KEYBOARD_H +#include "csc027.h" + +#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__) + +const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { + [_QW] = LAYOUT_wrapper( + _____________________QWERTY_L1_____________________, _____________________QWERTY_R1_____________________, + _____________________QWERTY_L2_____________________, _____________________QWERTY_R2_____________________, + _____________________QWERTY_L3_____________________, _____________________QWERTY_R3_____________________, + _____________________QWERTY_L4_____________________, KC_SPC, KC_SPC, _____________________QWERTY_R4_____________________, + KC_LGUI, KC_LALT, KC_SPC, KC_SPC, KC_RALT, KC_RGUI + ), + + [_RS] = LAYOUT_wrapper( + ______________________RAISE_L1_____________________, ______________________RAISE_R1_____________________, + ______________________RAISE_L2_____________________, ______________________RAISE_R2_____________________, + ______________________RAISE_L3_____________________, ______________________RAISE_R3_____________________, + ______________________RAISE_L4_____________________, _______, _______, ______________________RAISE_R4_____________________, + _______, _______, _______, _______, _______, _______ + ), + + [_LW] = LAYOUT_wrapper( + ______________________LOWER_L1_____________________, ______________________LOWER_R1_____________________, + ______________________LOWER_L2_____________________, ______________________LOWER_R2_____________________, + ______________________LOWER_L3_____________________, ______________________LOWER_R3_____________________, + ______________________LOWER_L4_____________________, _______, _______, ______________________LOWER_R4_____________________, + _______, _______, _______, _______, _______, _______ + ), + + [_MS] = LAYOUT_wrapper( + ______________________MOUSE_L1_____________________, ______________________MOUSE_R1_____________________, + ______________________MOUSE_L2_____________________, ______________________MOUSE_R2_____________________, + ______________________MOUSE_L3_____________________, ______________________MOUSE_R3_____________________, + ______________________MOUSE_L4_____________________, _______, _______, ______________________MOUSE_R4_____________________, + _______, _______, _______, _______, _______, _______ + ), + + [_GT] = LAYOUT_wrapper( + _______________________GIT_L1______________________, _______________________GIT_R1______________________, + _______________________GIT_L2______________________, _______________________GIT_R2______________________, + _______________________GIT_L3______________________, _______________________GIT_R3______________________, + _______________________GIT_L4______________________, _______, _______, _______________________GIT_R4______________________, + _______, _______, _______, _______, _______, _______ + ), + + [_CN] = LAYOUT_wrapper( + ___________________CONVENIENCE_L1__________________, ___________________CONVENIENCE_L1__________________, + ___________________CONVENIENCE_L2__________________, ___________________CONVENIENCE_L2__________________, + ___________________CONVENIENCE_L3__________________, ___________________CONVENIENCE_L3__________________, + ___________________CONVENIENCE_L4__________________, _______, _______, ___________________CONVENIENCE_L4__________________, + _______, _______, _______, _______, _______, _______ + ), + + [_GW] = LAYOUT( + KC_Y, KC_GRV, KC_1, KC_2, KC_3, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, + KC_B, KC_TAB, KC_T, KC_W, KC_4, KC_R, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, + KC_M, MC_LSEC, KC_A, KC_S, KC_D, KC_F, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT, + KC_I, KC_LCTL, KC_Z, KC_LALT, KC_V, KC_SPC, KC_SPC, _______, KC_N, KC_M, KC_COMM, KC_DOT, TO(_CS), TO(_QW), + KC_X, KC_C, KC_SPC, _______, KC_M, KC_B + ), + + [_CS] = LAYOUT( + XXXXXXX, KC_5, KC_1, KC_2, KC_3, KC_4, KC_6, KC_P7, KC_P8, KC_P9, KC_0, KC_BSPC, + XXXXXXX, KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_Y, KC_P4, KC_P5, KC_P6, XXXXXXX, KC_NLCK, + KC_G, KC_LSFT, KC_A, KC_S, KC_D, KC_F, KC_H, KC_P1, KC_P2, KC_P3, KC_PENT, KC_ESC, + XXXXXXX, KC_LCTL, XXXXXXX, KC_X, XXXXXXX, XXXXXXX, KC_SPC, _______, KC_N, KC_P0, KC_P0, KC_PDOT, TO(_QW), TO(_QW), + KC_B, KC_SPC, KC_SPC, _______, KC_N, KC_P0 + ) +}; diff --git a/keyboards/keebio/iris/keymaps/csc027/rules.mk b/keyboards/keebio/iris/keymaps/csc027/rules.mk new file mode 100644 index 000000000..e922161e3 --- /dev/null +++ b/keyboards/keebio/iris/keymaps/csc027/rules.mk @@ -0,0 +1,6 @@ +BACKLIGHT_ENABLE = yes +CONSOLE_ENABLE = no +EXTRAKEY_ENABLE = no +LTO_ENABLE = yes +MOUSEKEY_ENABLE = yes +NKRO_ENABLE = yes -- cgit v1.2.3