diff options
author | Drashna Jaelre <drashna@live.com> | 2022-01-21 19:36:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 19:36:52 -0800 |
commit | b090ff03ed4391f27e8e3d9a843f529bedd08e19 (patch) | |
tree | e734aa4541f05ed4f919f86ff36d85cbd17f795a /layouts/community/ergodox/drashna/keymap.c | |
parent | 8901c9eca1db8d10b06f544553a5fc941eda51ae (diff) | |
download | qmk_firmware-b090ff03ed4391f27e8e3d9a843f529bedd08e19.tar.gz qmk_firmware-b090ff03ed4391f27e8e3d9a843f529bedd08e19.zip |
[Keymap] Drashna's OLED rewrite (#15981)
Diffstat (limited to 'layouts/community/ergodox/drashna/keymap.c')
-rw-r--r-- | layouts/community/ergodox/drashna/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/drashna/keymap.c b/layouts/community/ergodox/drashna/keymap.c index 798680628..0b81232af 100644 --- a/layouts/community/ergodox/drashna/keymap.c +++ b/layouts/community/ergodox/drashna/keymap.c | |||
@@ -16,10 +16,6 @@ | |||
16 | 16 | ||
17 | #include "drashna.h" | 17 | #include "drashna.h" |
18 | 18 | ||
19 | #ifdef UNICODEMAP_ENABLE | ||
20 | # include "drashna_unicode.h" | ||
21 | #endif // UNICODEMAP_ENABLE | ||
22 | #include "drivers/sensors/pimoroni_trackball.h" | ||
23 | enum more_custom_keycodes { | 19 | enum more_custom_keycodes { |
24 | KC_SWAP_NUM = NEW_SAFE_RANGE, | 20 | KC_SWAP_NUM = NEW_SAFE_RANGE, |
25 | PM_SCROLL, | 21 | PM_SCROLL, |