summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/colemad/rules.mk
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-12-18 16:05:50 +1100
committerGitHub <noreply@github.com>2023-12-18 16:05:50 +1100
commitd235352504f82eae5dedc399bae36c65f1348fa8 (patch)
tree775021fd419c2099ab75d7aa6481924290894b35 /keyboards/crkbd/keymaps/colemad/rules.mk
parentf25226453fb253b5d1c2f1684365d6248d8b5750 (diff)
Remove obvious user keymaps, `keyboards/{b,c}*` edition. (#22693)
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