summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/drashna/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-05-31 18:44:47 +0000
committerQMK Bot <hello@qmk.fm>2023-05-31 18:44:47 +0000
commitb3a7f80e1ad3491bd7f58dad518554717126c1b9 (patch)
tree65d3bd98395e59eb3d51333a591c5fb42699c292 /layouts/community/ergodox/drashna/rules.mk
parentcc11b63d872db4090913d052706de452592143c4 (diff)
parent3a3e5abac992712a8bb4e9b61430f5fc62dc6043 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts/community/ergodox/drashna/rules.mk')
-rw-r--r--layouts/community/ergodox/drashna/rules.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk
index f5e9b500e0..072b70de19 100644
--- a/layouts/community/ergodox/drashna/rules.mk
+++ b/layouts/community/ergodox/drashna/rules.mk
@@ -8,10 +8,13 @@ ifeq ($(strip $(KEYBOARD)), ergodox_ez)
RGB_MATRIX_ENABLE = yes
INDICATOR_LIGHTS = no
RGBLIGHT_STARTUP_ANIMATION = yes
- PIMORONI_TRACKBALL_ENABLE = no
- MOUSEKEY_ENABLE = no
endif
UNICODE_ENABLE = no
UNICDOEMAP_ENABLE = no
CUSTOM_UNICODE_ENABLE = no
+
+ifeq ($(strip $(KEYBOARD)), hotdox76v2)
+ OLED_ENABLE = no
+ RGB_MATRIX_ENABLE = no
+endif