diff options
| author | Joel Challis <git@zvecr.com> | 2023-11-26 18:36:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 05:36:45 +1100 |
| commit | 1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch) | |
| tree | b97c1f983b7e4b57c007d0feedadd3ad3e39062b /keyboards/lets_split | |
| parent | 4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff) | |
Remove userspace keymaps (#22544)
Diffstat (limited to 'keyboards/lets_split')
| -rw-r--r-- | keyboards/lets_split/keymaps/hvp/config.h | 45 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/hvp/keymap.c | 65 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/hvp/readme.md | 10 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/hvp/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/pdl/config.h | 31 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/pdl/keymap.c | 69 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/pdl/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/zer09/config.h | 51 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/zer09/keymap.c | 76 | ||||
| -rw-r--r-- | keyboards/lets_split/keymaps/zer09/rules.mk | 3 |
10 files changed, 0 insertions, 353 deletions
diff --git a/keyboards/lets_split/keymaps/hvp/config.h b/keyboards/lets_split/keymaps/hvp/config.h deleted file mode 100644 index 9f705b0fb7..0000000000 --- a/keyboards/lets_split/keymaps/hvp/config.h +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This is the c configuration file for the keymap | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | |||
| 7 | This program is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 2 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | This program is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #pragma once | ||
| 22 | |||
| 23 | // place overrides here | ||
| 24 | #define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | ||
| 25 | SONG(COLEMAK_SOUND), \ | ||
| 26 | SONG(DVORAK_SOUND) \ | ||
| 27 | } | ||
| 28 | |||
| 29 | /* Select hand configuration */ | ||
| 30 | #define MASTER_LEFT | ||
| 31 | // #define MASTER_RIGHT | ||
| 32 | // #define EE_HANDS | ||
| 33 | |||
| 34 | #undef RGBLED_NUM | ||
| 35 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 36 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 37 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 38 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 39 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 40 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 41 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 42 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 43 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 44 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 45 | #define RGBLED_NUM 10 | ||
diff --git a/keyboards/lets_split/keymaps/hvp/keymap.c b/keyboards/lets_split/keymaps/hvp/keymap.c deleted file mode 100644 index 6246404231..0000000000 --- a/keyboards/lets_split/keymaps/hvp/keymap.c +++ /dev/null | |||
| @@ -1,65 +0,0 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | #include "hvp.c" | ||
| 3 | |||
| 4 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
| 5 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
| 6 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
| 7 | // entirely and just use numbers. | ||
| 8 | #define _QWERTY 0 | ||
| 9 | #define _LOWER 3 | ||
| 10 | #define _RAISE 4 | ||
| 11 | #define _NAVI 5 | ||
| 12 | #define _ADJUST 6 | ||
| 13 | |||
| 14 | enum custom_keycodes { | ||
| 15 | QWERTY = SAFE_RANGE | ||
| 16 | }; | ||
| 17 | |||
| 18 | |||
| 19 | #define LOWER MO(_LOWER) | ||
| 20 | #define RAISE MO(_RAISE) | ||
| 21 | #define ADJUST MO(_ADJUST) | ||
| 22 | |||
| 23 | #define LT3_ESC LT(5, KC_ESC) | ||
| 24 | #define LT4_TAB LT(6, KC_TAB) | ||
| 25 | #define F_NAVI LT(5, KC_F) | ||
| 26 | |||
| 27 | |||
| 28 | |||
| 29 | |||
| 30 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 31 | |||
| 32 | [_QWERTY] = LAYOUT_ortho_4x12( | ||
| 33 | LT4_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, | ||
| 34 | LT3_ESC, KC_A, KC_S, KC_D, F_NAVI, LT(6,KC_G), KC_H, KC_J, KC_K, KC_L, TD(TD1), TD(TD2), | ||
| 35 | KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, TD(TD3), SC_SENT , | ||
| 36 | KC_LCTL, KC_APP, KC_LGUI, KC_LALT, LT(3,KC_SPC), SFT_T(KC_SPC), SC_SENT, LT(4,KC_SPC), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT | ||
| 37 | ), | ||
| 38 | |||
| 39 | [_RAISE] = LAYOUT_ortho_4x12( /* Right */ | ||
| 40 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_BSPC, | ||
| 41 | KC_DEL, _______, _______, _______, _______, _______, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_BSLS, | ||
| 42 | _______, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE, | ||
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END | ||
| 44 | ), | ||
| 45 | |||
| 46 | [_LOWER] = LAYOUT_ortho_4x12( /* Left */ | ||
| 47 | KC_TILDE, KC_EXCLAIM, KC_AT, KC_HASH, KC_DOLLAR, KC_PERCENT, KC_CIRCUMFLEX, KC_AMPERSAND, KC_ASTERISK, KC_LEFT_PAREN, KC_RIGHT_PAREN, KC_BSPC, | ||
| 48 | KC_DEL, _______, _______, _______, _______, _______, _______, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_BSLS, | ||
| 49 | _______, _______, _______, _______, _______, _______, _______, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_TILD, | ||
| 50 | _______, _______, _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END | ||
| 51 | ), | ||
| 52 | |||
| 53 | [_NAVI] = LAYOUT_ortho_4x12( /* Esc */ | ||
| 54 | KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, | ||
| 55 | _______, _______, _______, D_NAVI, _______, _______, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, _______, _______, | ||
| 56 | _______, _______, _______, _______, _______, _______, KC_HOME, KC_PGDN, KC_PGUP, KC_END, _______, _______, | ||
| 57 | _______, _______, _______, _______, _______,KC_MUTE, KC_MPLY, KC_MSTP, KC_MPRV, KC_VOLD, KC_VOLU, KC_MNXT | ||
| 58 | ), | ||
| 59 | |||
| 60 | [_ADJUST] = LAYOUT_ortho_4x12( /* Tab */ | ||
| 61 | _______, RGB_TOG, RGB_MOD, RGB_RMOD, _______, _______, _______, KC_7, KC_8, KC_9, KC_0, _______, | ||
| 62 | _______, RGB_M_P, RGB_HUD, RGB_HUI, _______, _______, _______, KC_4, KC_5, KC_6, _______, _______, | ||
| 63 | KC_PSCR, _______, RGB_SAD, RGB_SAI, _______, _______, KC_0, KC_1, KC_2, KC_3, _______, _______, | ||
| 64 | QK_BOOT, _______, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 65 | )}; | ||
diff --git a/keyboards/lets_split/keymaps/hvp/readme.md b/keyboards/lets_split/keymaps/hvp/readme.md deleted file mode 100644 index a43b9d52ec..0000000000 --- a/keyboards/lets_split/keymaps/hvp/readme.md +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | Keyboard: Lets split! | ||
| 2 | Keys: 48key ortho 40% keyboard | ||
| 3 | Layout: Swedish characters on main layer using tapdance. Built for eurkey keyboard layout. | ||
| 4 | Flash instructions: Flash using avrdude, will req the hvp user space to compile. | ||
| 5 | |||
| 6 | > make lets_split/rev2:hvp:avrdude | ||
| 7 | |||
| 8 | Links: | ||
| 9 | Github - https://github.com/qmk/qmk_firmware/tree/master/keyboards/lets_split | ||
| 10 | Eurkey layout - https://eurkey.steffen.bruentjen.eu/ | ||
diff --git a/keyboards/lets_split/keymaps/hvp/rules.mk b/keyboards/lets_split/keymaps/hvp/rules.mk deleted file mode 100644 index 1c1ed316a0..0000000000 --- a/keyboards/lets_split/keymaps/hvp/rules.mk +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | TAP_DANCE_ENABLE = yes \ No newline at end of file | ||
diff --git a/keyboards/lets_split/keymaps/pdl/config.h b/keyboards/lets_split/keymaps/pdl/config.h deleted file mode 100644 index 89fd6ac202..0000000000 --- a/keyboards/lets_split/keymaps/pdl/config.h +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This is the c configuration file for the keymap | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | Copyright 2018 Daniel Perrett | ||
| 7 | |||
| 8 | This program is free software: you can redistribute it and/or modify | ||
| 9 | it under the terms of the GNU General Public License as published by | ||
| 10 | the Free Software Foundation, either version 2 of the License, or | ||
| 11 | (at your option) any later version. | ||
| 12 | |||
| 13 | This program is distributed in the hope that it will be useful, | ||
| 14 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 16 | GNU General Public License for more details. | ||
| 17 | |||
| 18 | You should have received a copy of the GNU General Public License | ||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 20 | */ | ||
| 21 | |||
| 22 | #pragma once | ||
| 23 | |||
| 24 | |||
| 25 | #define TAPPING_TERM 200 | ||
| 26 | |||
| 27 | /* Select hand configuration */ | ||
| 28 | |||
| 29 | //#define MASTER_LEFT | ||
| 30 | #define MASTER_RIGHT | ||
| 31 | // #define EE_HANDS | ||
diff --git a/keyboards/lets_split/keymaps/pdl/keymap.c b/keyboards/lets_split/keymaps/pdl/keymap.c deleted file mode 100644 index b112e2270f..0000000000 --- a/keyboards/lets_split/keymaps/pdl/keymap.c +++ /dev/null | |||
| @@ -1,69 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This is the keymap for the keyboard | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | Copyright 2017 Art Ortenburger | ||
| 7 | Copyright 2018 Daniel Perrett | ||
| 8 | |||
| 9 | This program is free software: you can redistribute it and/or modify | ||
| 10 | it under the terms of the GNU General Public License as published by | ||
| 11 | the Free Software Foundation, either version 2 of the License, or | ||
| 12 | (at your option) any later version. | ||
| 13 | |||
| 14 | This program is distributed in the hope that it will be useful, | ||
| 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | GNU General Public License for more details. | ||
| 18 | |||
| 19 | You should have received a copy of the GNU General Public License | ||
| 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 21 | */ | ||
| 22 | |||
| 23 | #include QMK_KEYBOARD_H | ||
| 24 | #include "pdl.h" | ||
| 25 | |||
| 26 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 27 | [_QWERTY] = LAYOUT_wrapper( | ||
| 28 | KC_TAB, _________________QWERTY_L1_________________, _________________QWERTY_R1_________________, KC_BSPC, | ||
| 29 | MY_SESC, _________________QWERTY_L2_________________, _________________QWERTY_R2_________________, MY_SQUO, | ||
| 30 | MY_CBSL, _________________QWERTY_L3_________________, _________________QWERTY_R3_________________, MY_SQUO, | ||
| 31 | KC_LCTL, KC_LGUI, KC_LALT, NUMBRS, NAVIGN, KC_SPC, MY_SSPC, NUMBRS, NAVIGN, MY_AMNU, FUNCTN, MY_CENT | ||
| 32 | ), | ||
| 33 | [_PROXIM] = LAYOUT_wrapper( | ||
| 34 | MY_FESC, _________________PROXIM_L1_________________, _________________PROXIM_R1_________________, KC_BSPC, | ||
| 35 | KC_TAB, _________________PROXIM_L2_________________, _________________PROXIM_R2_________________, MY_ASCL, | ||
| 36 | MY_SBSL, _________________PROXIM_L3_________________, _________________PROXIM_R3_________________, MY_SENT, | ||
| 37 | KC_LCTL, KC_LGUI, KC_LALT, NUMBRS, NAVIGN, KC_SPC, MY_SSPC, NUMBRS, NAVIGN, MY_AMNU, FUNCTN, MY_CENT | ||
| 38 | ), | ||
| 39 | [_NAVIGN] = LAYOUT_wrapper( | ||
| 40 | _______, _________________NAVIGN_L1_________________, _______, _______, _______, _______, _______, _______, | ||
| 41 | _______, _________________NAVIGN_L2_________________, _______, _______, _______, _______, _______, _______, | ||
| 42 | _______, _________________NAVIGN_L3_________________, _______, _______, _______, _______, _______, _______, | ||
| 43 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 44 | ), | ||
| 45 | [_PUNCTN] = LAYOUT_wrapper( | ||
| 46 | _______, _______, _______, _______, _______, _______, _________________PUNCTN_R1_________________, _______, | ||
| 47 | _______, _______, _______, _______, _______, _______, _________________PUNCTN_R2_________________, _______, | ||
| 48 | _______, _______, _______, _______, _______, _______, _________________PUNCTN_R3_________________, _______, | ||
| 49 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 50 | ), | ||
| 51 | [_NUMBRS] = LAYOUT_wrapper( | ||
| 52 | _______, _________________NUMBRS_L1_________________, _______, _______, _______, _______, _______, _______, | ||
| 53 | _______, _________________NUMBRS_L2_________________, _______, _______, _______, _______, _______, _______, | ||
| 54 | _______, _________________NUMBRS_L3_________________, _______, _______, _______, _______, _______, _______, | ||
| 55 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 56 | ), | ||
| 57 | [_CODING] = LAYOUT_wrapper( | ||
| 58 | _______, _______, _______, _______, _______, _______, _________________CODING_R1_________________, _______, | ||
| 59 | _______, _______, _______, _______, _______, _______, _________________CODING_R2_________________, _______, | ||
| 60 | _______, _______, _______, _______, _______, _______, _________________CODING_R3_________________, _______, | ||
| 61 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 62 | ), | ||
| 63 | [_FUNCTN] = LAYOUT_wrapper( | ||
| 64 | _______, _________________FUNCTN_L1_________________, _________________FUNCTN_R1_________________, MY_CAD, | ||
| 65 | _______, _________________FUNCTN_L2_________________, _________________FUNCTN_R2_________________, KC_PSCR, | ||
| 66 | _______, _________________FUNCTN_L3_________________, _________________FUNCTN_R3_________________, _______, | ||
| 67 | _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______ | ||
| 68 | ) | ||
| 69 | }; | ||
diff --git a/keyboards/lets_split/keymaps/pdl/rules.mk b/keyboards/lets_split/keymaps/pdl/rules.mk deleted file mode 100644 index ae71cbf491..0000000000 --- a/keyboards/lets_split/keymaps/pdl/rules.mk +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | USER_NAME = pdl | ||
diff --git a/keyboards/lets_split/keymaps/zer09/config.h b/keyboards/lets_split/keymaps/zer09/config.h deleted file mode 100644 index 6cdb6dd8b4..0000000000 --- a/keyboards/lets_split/keymaps/zer09/config.h +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This is the c configuration file for the keymap | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | |||
| 7 | This program is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 2 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | This program is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #ifndef CONFIG_USER_H | ||
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "../../config.h" | ||
| 25 | |||
| 26 | /* key matrix size */ | ||
| 27 | /* Rows are doubled-up */ | ||
| 28 | #undef MATRIX_ROWS | ||
| 29 | #undef MATRIX_COLS | ||
| 30 | #define MATRIX_ROWS 10 | ||
| 31 | #define MATRIX_COLS 5 | ||
| 32 | |||
| 33 | #undef MATRIX_ROW_PINS | ||
| 34 | #undef MATRIX_COL_PINS | ||
| 35 | #define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } | ||
| 36 | #define MATRIX_COL_PINS { F7, B1, B3, B2, B6 } | ||
| 37 | |||
| 38 | #define USB_MAX_POWER_CONSUMPTION 50 | ||
| 39 | |||
| 40 | /* Select hand configuration */ | ||
| 41 | |||
| 42 | /* #define MASTER_LEFT */ | ||
| 43 | // #define MASTER_RIGHT | ||
| 44 | #define EE_HANDS | ||
| 45 | |||
| 46 | /* ws2812 RGB LED */ | ||
| 47 | #undef RGBLED_NUM | ||
| 48 | #define WS2812_DI_PIN D3 | ||
| 49 | |||
| 50 | #define RGBLED_NUM 50 | ||
| 51 | #endif | ||
diff --git a/keyboards/lets_split/keymaps/zer09/keymap.c b/keyboards/lets_split/keymaps/zer09/keymap.c deleted file mode 100644 index e09fa0d318..0000000000 --- a/keyboards/lets_split/keymaps/zer09/keymap.c +++ /dev/null | |||
| @@ -1,76 +0,0 @@ | |||
| 1 | #include "zer09.h" | ||
| 2 | |||
| 3 | #undef LAYOUT | ||
| 4 | #define LAYOUT( \ | ||
| 5 | L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ | ||
| 6 | L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \ | ||
| 7 | L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, \ | ||
| 8 | L30, L31, L32, L33, L34, R30, R31, R32, R33, R34, \ | ||
| 9 | L40, L41, L42, L43, L44, R40, R41, R42, R43, R44 \ | ||
| 10 | ) { \ | ||
| 11 | { L00, L01, L02, L03, L04 }, \ | ||
| 12 | { L10, L11, L12, L13, L14 }, \ | ||
| 13 | { L20, L21, L22, L23, L24 }, \ | ||
| 14 | { L30, L31, L32, L33, L34 }, \ | ||
| 15 | { L40, L41, L42, L43, L44 }, \ | ||
| 16 | { R00, R01, R02, R03, R04 }, \ | ||
| 17 | { R10, R11, R12, R13, R14 }, \ | ||
| 18 | { R20, R21, R22, R23, R24 }, \ | ||
| 19 | { R30, R31, R32, R33, R34 }, \ | ||
| 20 | { R40, R41, R42, R43, R44 } \ | ||
| 21 | } | ||
| 22 | |||
| 23 | #define _baseLayer LAYOUT( \ | ||
| 24 | KC_QUOTE, KC_COMMA, KC_DOT, KC_P, KC_Y, /**/KC_F, KC_G, KC_C, KC_R, KC_L, \ | ||
| 25 | CTL_T(KC_A), SFT_T(KC_O), ALT_T(KC_E), KC_U, KC_I, /**/KC_D, KC_H, ALT_T(KC_T), SFT_T(KC_N), CTL_T(KC_S), \ | ||
| 26 | KC_SCLN, KC_Q, KC_J, KC_K, KC_X, /**/KC_B, KC_M, KC_W, KC_V, KC_Z, \ | ||
| 27 | TD(DA_UPLY), MO(_VL), KC_TAB, KC_BSPC, KC_ESC, /**/KC_INS, KC_HOME, KC_PGUP, MO(_VL), TD(DA_UPLY), \ | ||
| 28 | TD(DA_DWLY), TD(DA_LCTL), KC_SPC, TD(DA_LSPR), LSFT_T(KC_CAPS),/**/SFT_T(KC_CAPS), TD(DA_RALT), KC_ENT, TD(DA_RCTL), TD(DA_DWLY)) | ||
| 29 | |||
| 30 | #define _GMLayer LAYOUT( \ | ||
| 31 | KC_QUOTE, KC_COMMA, KC_DOT, KC_P, KC_Y, /**/KC_F, KC_G, KC_C, KC_R, KC_L, \ | ||
| 32 | KC_A, KC_O, KC_E, KC_U, KC_I, /**/KC_D, KC_H, ALT_T(KC_T), SFT_T(KC_N), CTL_T(KC_S), \ | ||
| 33 | KC_SCLN, KC_Q, KC_J, KC_K, KC_X, /**/KC_B, KC_M, KC_W, KC_V, KC_Z, \ | ||
| 34 | TD(DA_UPLY), MO(_VL), KC_TAB, KC_BSPC, KC_ESC, /**/KC_INS, KC_HOME, KC_PGUP, MO(_VL), TD(DA_UPLY), \ | ||
| 35 | TD(DA_DWLY), TD(DA_LCTL), KC_SPC, TD(DA_LSPR), LSFT_T(KC_CAPS),/**/SFT_T(KC_CAPS), TD(DA_RALT), KC_ENT, TD(DA_RCTL), TD(DA_DWLY)) | ||
| 36 | |||
| 37 | #define _upLayer LAYOUT( \ | ||
| 38 | KC_4, KC_5, KC_6, KC_YREG, _______,/**/ _______, KC_RBRC, _______, _______, _______, \ | ||
| 39 | LCTL_T(KC_1), LSFT_T(KC_2), LALT_T(KC_3), _______, _______,/**/ KC_LBRC, KC_BSLS, _______, _______, _______, \ | ||
| 40 | KC_7, KC_8, KC_9, KC_0, KC_GRV, /**/ KC_SLSH, _______, _______, _______, _______, \ | ||
| 41 | _______, _______, _______, _______, _______,/**/ KC_DEL, KC_END, KC_PGDN, _______, _______, \ | ||
| 42 | _______, _______, _______, _______, _______,/**/ _______, _______, _______, _______, _______) | ||
| 43 | |||
| 44 | #define _downLayer LAYOUT( \ | ||
| 45 | KC_F4, KC_F5, KC_F6, KC_F12, _______,/**/ _______, KC_RPRN, _______, _______, _______, \ | ||
| 46 | LCTL_T(KC_F1), LSFT_T(KC_F2), LALT_T(KC_F3), KC_F11, _______,/**/ KC_LPRN, KC_EQUAL, KC_LEFT, KC_UP, KC_RIGHT, \ | ||
| 47 | KC_F7, KC_F8, KC_F9, KC_F10, _______,/**/ KC_MINUS, _______, _______, KC_DOWN, _______, \ | ||
| 48 | _______, _______, _______, _______, _______,/**/ KC_PSCR, KC_SCRL, KC_PAUSE, _______, _______, \ | ||
| 49 | _______, _______, _______, _______, _______,/**/ _______, _______, _______, _______, _______) | ||
| 50 | |||
| 51 | #define _astdLayer LAYOUT( \ | ||
| 52 | KC_MPRV, KC_MUTE, _______, _______, _______,/**/KC_PSCR, KC_SCRL, KC_PAUSE, _______, KC_RGUP, \ | ||
| 53 | KC_MPLY, KC_VOLD, _______, _______, _______,/**/_______, _______, _______, _______, KC_RGDWN, \ | ||
| 54 | KC_MNXT, KC_VOLU, QK_BOOT, _______, _______,/**/_______, _______, QK_BOOT, _______, _______, \ | ||
| 55 | _______, _______, _______, _______, _______,/**/_______, _______, _______, _______, _______, \ | ||
| 56 | _______, _______, _______, _______, _______,/**/_______, _______, _______, _______, _______) | ||
| 57 | |||
| 58 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 59 | [_BL] = _baseLayer, | ||
| 60 | [_UL] = _upLayer, | ||
| 61 | [_DL] = _downLayer, | ||
| 62 | [_VL] = _upLayer, | ||
| 63 | [_AL] = _astdLayer, | ||
| 64 | [_GM] = _GMLayer}; | ||
| 65 | |||
| 66 | bool process_record_keymap(uint16_t keycode, keyrecord_t *record) { | ||
| 67 | if (record->event.pressed) { | ||
| 68 | switch (keycode) { | ||
| 69 | case YREG: | ||
| 70 | SEND_STRING("\"0p"); | ||
| 71 | return false; | ||
| 72 | } | ||
| 73 | } | ||
| 74 | |||
| 75 | return true; | ||
| 76 | } | ||
diff --git a/keyboards/lets_split/keymaps/zer09/rules.mk b/keyboards/lets_split/keymaps/zer09/rules.mk deleted file mode 100644 index d2259fe9d5..0000000000 --- a/keyboards/lets_split/keymaps/zer09/rules.mk +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | TAP_DANCE_ENABLE = yes | ||
| 3 | |||
