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 | |
| 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')
| -rw-r--r-- | layouts/community/ergodox/drashna/keymap.c | 4 | ||||
| -rw-r--r-- | layouts/community/ergodox/drashna/rules.mk | 3 |
2 files changed, 0 insertions, 7 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, |
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk index 61b626307..f5e9b500e 100644 --- a/layouts/community/ergodox/drashna/rules.mk +++ b/layouts/community/ergodox/drashna/rules.mk | |||
| @@ -2,7 +2,6 @@ BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | |||
| 2 | TAP_DANCE_ENABLE = no | 2 | TAP_DANCE_ENABLE = no |
| 3 | COMMAND_ENABLE = no # Commands for debug and configuration | 3 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 4 | CONSOLE_ENABLE = no | 4 | CONSOLE_ENABLE = no |
| 5 | SPACE_CADET_ENABLE = no | ||
| 6 | 5 | ||
| 7 | ifeq ($(strip $(KEYBOARD)), ergodox_ez) | 6 | ifeq ($(strip $(KEYBOARD)), ergodox_ez) |
| 8 | RGBLIGHT_ENABLE = yes | 7 | RGBLIGHT_ENABLE = yes |
| @@ -16,5 +15,3 @@ endif | |||
| 16 | UNICODE_ENABLE = no | 15 | UNICODE_ENABLE = no |
| 17 | UNICDOEMAP_ENABLE = no | 16 | UNICDOEMAP_ENABLE = no |
| 18 | CUSTOM_UNICODE_ENABLE = no | 17 | CUSTOM_UNICODE_ENABLE = no |
| 19 | |||
| 20 | DEBOUNCE_TYPE = sym_eager_pr | ||
