aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox')
-rw-r--r--layouts/community/ergodox/drashna/keymap.c4
-rw-r--r--layouts/community/ergodox/drashna/rules.mk3
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"
23enum more_custom_keycodes { 19enum 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
2TAP_DANCE_ENABLE = no 2TAP_DANCE_ENABLE = no
3COMMAND_ENABLE = no # Commands for debug and configuration 3COMMAND_ENABLE = no # Commands for debug and configuration
4CONSOLE_ENABLE = no 4CONSOLE_ENABLE = no
5SPACE_CADET_ENABLE = no
6 5
7ifeq ($(strip $(KEYBOARD)), ergodox_ez) 6ifeq ($(strip $(KEYBOARD)), ergodox_ez)
8 RGBLIGHT_ENABLE = yes 7 RGBLIGHT_ENABLE = yes
@@ -16,5 +15,3 @@ endif
16UNICODE_ENABLE = no 15UNICODE_ENABLE = no
17UNICDOEMAP_ENABLE = no 16UNICDOEMAP_ENABLE = no
18CUSTOM_UNICODE_ENABLE = no 17CUSTOM_UNICODE_ENABLE = no
19
20DEBOUNCE_TYPE = sym_eager_pr