diff options
Diffstat (limited to 'keyboards/gergo')
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/keymap.c | 14 | ||||
| -rw-r--r-- | keyboards/gergo/keymaps/drashna/rules.mk | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/keyboards/gergo/keymaps/drashna/keymap.c b/keyboards/gergo/keymaps/drashna/keymap.c index a882ff72d..ffa23462e 100644 --- a/keyboards/gergo/keymaps/drashna/keymap.c +++ b/keyboards/gergo/keymaps/drashna/keymap.c | |||
| @@ -9,23 +9,17 @@ | |||
| 9 | #include QMK_KEYBOARD_H | 9 | #include QMK_KEYBOARD_H |
| 10 | #include "drashna.h" | 10 | #include "drashna.h" |
| 11 | 11 | ||
| 12 | // Blank template at the bottom | ||
| 13 | 12 | ||
| 14 | enum customKeycodes { | ||
| 15 | URL = 1 | ||
| 16 | }; | ||
| 17 | |||
| 18 | #define LAYOUT_gergo_wrapper(...) LAYOUT_gergo(__VA_ARGS__) | ||
| 19 | #define LAYOUT_gergo_base( \ | 13 | #define LAYOUT_gergo_base( \ |
| 20 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ | 14 | K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ |
| 21 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ | 15 | K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ |
| 22 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ | 16 | K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A \ |
| 23 | ) \ | 17 | ) \ |
| 24 | LAYOUT_gergo_wrapper( \ | 18 | LAYOUT_gergo_wrapper( \ |
| 25 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ | 19 | KC_ESC, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, KC_PIPE, \ |
| 26 | KC_TAB, ALT_T(K11), K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, RGUI_T(KC_QUOT), \ | 20 | KC_TAB, K11, K12, K13, K14, K15, _______, _______, K16, K17, K18, K19, K1A, KC_QUOT, \ |
| 27 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, CTL_T(K2A), OS_RSFT, \ | 21 | OS_LSFT, CTL_T(K21), K22, K23, K24, K25, _______, _______, _______, _______, K26, K27, K28, K29, RCTL_T(K2A), OS_RSFT, \ |
| 28 | _______, _______, KC_SPC, LT(_LOWER, KC_BSPC), LT(_RAISE, KC_DEL), KC_ENT, _______, _______ \ | 22 | KC_GRV, KC_SPC, BK_LWER, OS_LALT, OS_RGUI, DL_RAIS, KC_ENT, _______ \ |
| 29 | ) | 23 | ) |
| 30 | 24 | ||
| 31 | #define LAYOUT_gergo_base_wrapper(...) LAYOUT_gergo_base(__VA_ARGS__) | 25 | #define LAYOUT_gergo_base_wrapper(...) LAYOUT_gergo_base(__VA_ARGS__) |
diff --git a/keyboards/gergo/keymaps/drashna/rules.mk b/keyboards/gergo/keymaps/drashna/rules.mk index e69de29bb..ec81d11e9 100644 --- a/keyboards/gergo/keymaps/drashna/rules.mk +++ b/keyboards/gergo/keymaps/drashna/rules.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONSOLE_ENABLE = no | ||
| 2 | COMMAND_ENABLE = no | ||
