diff options
| author | Drashna Jael're <drashna@live.com> | 2021-02-23 13:57:26 -0800 |
|---|---|---|
| committer | Drashna Jael're <drashna@live.com> | 2021-02-23 13:57:26 -0800 |
| commit | 146b042514569acac33b616aa278d293af594f49 (patch) | |
| tree | f169aef071affe58195f3bc992ceb89e615de633 /keyboards/c39 | |
| parent | 2abfa624c90df49fe4f0639a54961fd54a1255ac (diff) | |
| parent | 0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (diff) | |
| download | qmk_firmware-146b042514569acac33b616aa278d293af594f49.tar.gz qmk_firmware-146b042514569acac33b616aa278d293af594f49.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/c39')
| -rwxr-xr-x | keyboards/c39/keymaps/drashna/keymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/c39/keymaps/drashna/keymap.c b/keyboards/c39/keymaps/drashna/keymap.c index 3fd3ef35e..b5d11104d 100755 --- a/keyboards/c39/keymaps/drashna/keymap.c +++ b/keyboards/c39/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_wrapper(...) LAYOUT(__VA_ARGS__) | ||
| 27 | #define LAYOUT_base( \ | 28 | #define LAYOUT_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_wrapper( \ | 33 | LAYOUT_wrapper( \ |
| 33 | KC_ESC, K01, K02, K03, K04, K05, KC_NO, K06, K07, K08, K09, K0A, KC_DEL, \ | 34 | KC_ESC, K01, K02, K03, K04, K05, KC_NO, K06, K07, K08, K09, K0A, KC_DEL, \ |
| 34 | ALT_T(KC_TAB), K11, K12, K13, K14, K15, KC_BSPC, K16, K17, K18, K19, K1A, RALT_T(KC_QUOT), \ | 35 | ALT_T(KC_TAB), K11, K12, K13, K14, K15, KC_BSPC, K16, K17, K18, K19, K1A, RALT_T(K1B), \ |
| 35 | KC_MLSF, CTL_T(K21), K22, K23, K24, LT(_LOWER,K25), KC_SPC, LT(_RAISE,K26), K27, K28, K29, RCTL_T(K2A), KC_ENT \ | 36 | KC_MLSF, CTL_T(K21), K22, K23, K24, LT(_LOWER,K25), KC_SPC, LT(_RAISE,K26), K27, K28, K29, RCTL_T(K2A), KC_ENT \ |
| 36 | ) | 37 | ) |
| 37 | #define LAYOUT_base_wrapper(...) LAYOUT_base(__VA_ARGS__) | 38 | #define LAYOUT_base_wrapper(...) LAYOUT_base(__VA_ARGS__) |
