summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/colemad/rules.mk
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-10-15 19:40:50 -0400
committervin <git@vineetk.net>2023-10-15 19:40:50 -0400
commit392a85e1f6fefd549cd52945ab1447a2d6901484 (patch)
tree4d01421db0578ce018e7c62505adf0b8872c227a /keyboards/crkbd/keymaps/colemad/rules.mk
parentd5744eade4f79e772e430cb3c82ea72ee292e6dd (diff)
remove tap dancing from crkbd colemad
Diffstat (limited to 'keyboards/crkbd/keymaps/colemad/rules.mk')
-rw-r--r--keyboards/crkbd/keymaps/colemad/rules.mk15
1 files changed, 3 insertions, 12 deletions
diff --git a/keyboards/crkbd/keymaps/colemad/rules.mk b/keyboards/crkbd/keymaps/colemad/rules.mk
index 70eb5c3318..804d695e03 100644
--- a/keyboards/crkbd/keymaps/colemad/rules.mk
+++ b/keyboards/crkbd/keymaps/colemad/rules.mk
@@ -1,20 +1,11 @@
-RGB_MATRIX_ENABLE = yes
+RGB_MATRIX_ENABLE = no
RGBLIGHT_ENABLE = no
SPLIT_KEYBOARD = yes
-TAP_DANCE_ENABLE = yes
+TAP_DANCE_ENABLE = no
MOUSEKEY_ENABLE = no
OLED_ENABLE = yes
-
# Link Time Optimization (Reduces compiled size)
LTO_ENABLE = yes
-SRC += ./process_records.c
-
-ifeq ($(TAP_DANCE_ENABLE),yes)
- SRC += ./tap_dances.c
-endif
-
-ifeq ($(OLED_ENABLE),yes)
- SRC += ./oled.c
-endif
+SRC += ./process_records.c ./oled.c