summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/colemad/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/colemad/rules.mk')
-rw-r--r--keyboards/crkbd/keymaps/colemad/rules.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/crkbd/keymaps/colemad/rules.mk b/keyboards/crkbd/keymaps/colemad/rules.mk
deleted file mode 100644
index 70eb5c3318..0000000000
--- a/keyboards/crkbd/keymaps/colemad/rules.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-RGB_MATRIX_ENABLE = yes
-RGBLIGHT_ENABLE = no
-SPLIT_KEYBOARD = yes
-TAP_DANCE_ENABLE = yes
-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