diff options
Diffstat (limited to 'keyboards/gergo/keymaps/drashna/keymap.c')
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/keymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/gergo/keymaps/drashna/keymap.c b/keyboards/gergo/keymaps/drashna/keymap.c index 7258d350d..ecf5f3903 100644 --- a/keyboards/gergo/keymaps/drashna/keymap.c +++ b/keyboards/gergo/keymaps/drashna/keymap.c | |||
| @@ -24,14 +24,15 @@ | |||
| 24 | * of use. K## is a placeholder to pass through the individual keycodes | 24 | * of use. K## is a placeholder to pass through the individual keycodes |
| 25 | */ | 25 | */ |
| 26 | // clang-format off | 26 | // clang-format off |
| 27 | #define LAYOUT_gergo_wrapper(...) LAYOUT_gergo(__VA_ARGS__) | ||
| 27 | #define LAYOUT_gergo_base( \ | 28 | #define LAYOUT_gergo_base( \ |
| 28 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ | 29 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ |
| 29 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ | 30 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \ |
| 30 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ | 31 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ |
| 31 | ) \ | 32 | ) \ |
| 32 | LAYOUT_gergo_wrapper( \ | 33 | LAYOUT_gergo_wrapper( \ |
| 33 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ | 34 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ |
| 34 | LALT_T(KC_TAB), K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RALT_T(KC_QUOT), \ | 35 | LALT_T(KC_TAB), K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RALT_T(K1B), \ |
| 35 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ | 36 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ |
| 36 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ | 37 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ |
| 37 | ) | 38 | ) |
