aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/splitkb/kyria/keymaps/gotham/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/gotham/rules.mk')
-rw-r--r--keyboards/splitkb/kyria/keymaps/gotham/rules.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/gotham/rules.mk b/keyboards/splitkb/kyria/keymaps/gotham/rules.mk
deleted file mode 100644
index 00b2868c1f..0000000000
--- a/keyboards/splitkb/kyria/keymaps/gotham/rules.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-CONSOLE_ENABLE = yes # Console for debug
-ENCODER_ENABLE = yes # ENables the use of one or more encoders
-RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
-MOUSEKEY_ENABLE = no # Mouse keys
-OLED_ENABLE = yes
-THUMBSTICK_ENABLE = yes # Enables analog thumbstick code
-
-ifeq ($(strip $(ENCODER_ENABLE)), yes)
- SRC += encoder_utils.c
-endif
-
-ifeq ($(strip $(OLED_ENABLE)), yes)
- SRC += oled_utils.c
-endif
-
-ifeq ($(strip $(THUMBSTICK_ENABLE)), yes)
- ANALOG_DRIVER_REQUIRED = yes
- POINTING_DEVICE_ENABLE = yes
- POINTING_DEVICE_DRIVER = custom
- OPT_DEFS += -DTHUMBSTICK_ENABLE
- SRC += thumbstick.c
-endif