diff options
| author | Drashna Jaelre | 2022-01-22 04:36:52 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-22 04:36:52 +0100 |
| commit | b090ff03ed4391f27e8e3d9a843f529bedd08e19 (patch) | |
| tree | e734aa4541f05ed4f919f86ff36d85cbd17f795a /layouts/community/split_3x6_3/drashna/keymap.c | |
| parent | 8901c9eca1db8d10b06f544553a5fc941eda51ae (diff) | |
[Keymap] Drashna's OLED rewrite (#15981)
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/keymap.c')
| -rw-r--r-- | layouts/community/split_3x6_3/drashna/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/split_3x6_3/drashna/keymap.c b/layouts/community/split_3x6_3/drashna/keymap.c index 476ca5fcef..4bd4618d0c 100644 --- a/layouts/community/split_3x6_3/drashna/keymap.c +++ b/layouts/community/split_3x6_3/drashna/keymap.c @@ -90,7 +90,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { KC_MAKE, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, KC_RESET, VRSN, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, EEP_RST, KEYLOCK, _________________ADJUST_L3_________________, _________________ADJUST_R3_________________, RGB_IDL, - AUTO_CTN,KC_NUKE, _______, _______, TG_MODS, HPT_FBK + REBOOT, KC_NUKE, _______, _______, TG_MODS, AUTO_CTN ) }; // clang-format on |