diff options
Diffstat (limited to 'keyboards/gergo')
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/keymap.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/keyboards/gergo/keymaps/drashna/keymap.c b/keyboards/gergo/keymaps/drashna/keymap.c index edc5a9e99..d1e622406 100644 --- a/keyboards/gergo/keymaps/drashna/keymap.c +++ b/keyboards/gergo/keymaps/drashna/keymap.c | |||
| @@ -1,14 +1,12 @@ | |||
| 1 | /* Good on you for modifying your layout! if you don't have | ||
| 2 | * time to read the QMK docs, a list of keycodes can be found at | ||
| 3 | * | ||
| 4 | * https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes.md | ||
| 5 | * | ||
| 6 | * There's also a template for adding new layers at the bottom of this file! | ||
| 7 | */ | ||
| 8 | |||
| 9 | #include QMK_KEYBOARD_H | ||
| 10 | #include "drashna.h" | 1 | #include "drashna.h" |
| 11 | 2 | ||
| 3 | /* | ||
| 4 | * The `LAYOUT_gergo_base` macro is a template to allow the use of identical | ||
| 5 | * modifiers for the default layouts (eg QWERTY, Colemak, Dvorak, etc), so | ||
| 6 | * that there is no need to set them up for each layout, and modify all of | ||
| 7 | * them if I want to change them. This helps to keep consistency and ease | ||
| 8 | * of use. K## is a placeholder to pass through the individual keycodes | ||
| 9 | */ | ||
| 12 | // clang-format off | 10 | // clang-format off |
| 13 | #define LAYOUT_gergo_base( \ | 11 | #define LAYOUT_gergo_base( \ |
| 14 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ | 12 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ |
| @@ -17,7 +15,7 @@ | |||
| 17 | ) \ | 15 | ) \ |
| 18 | LAYOUT_gergo_wrapper( \ | 16 | LAYOUT_gergo_wrapper( \ |
| 19 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ | 17 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ |
| 20 | KC_TAB, K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RALT_T(KC_QUOT), \ | 18 | LALT_T(KC_TAB), K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RALT_T(KC_QUOT), \ |
| 21 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ | 19 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ |
| 22 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ | 20 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ |
| 23 | ) | 21 | ) |
