summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/drashna/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/drashna/rules.mk')
-rw-r--r--layouts/community/ortho_4x12/drashna/rules.mk51
1 files changed, 0 insertions, 51 deletions
diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk
deleted file mode 100644
index 15775bcbe3..0000000000
--- a/layouts/community/ortho_4x12/drashna/rules.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-MOUSEKEY_ENABLE = no # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
-TAP_DANCE_ENABLE = no
-NKRO_ENABLE = yes
-CAPS_WORD_ENABLE = no
-CONSOLE_ENABLE = no
-COMMAND_ENABLE = no
-BACKLIGHT_ENABLE = no
-
-ifeq ($(strip $(LAYOUTS_HAS_RGB)), yes)
- RGBLIGHT_ENABLE = yes
-endif
-
-ifeq ($(strip $(KEYBOARD)), planck/rev6)
- CONSOLE_ENABLE = yes
- RGBLIGHT_ENABLE = yes
- RGB_MATRIX_ENABLE = no
- RGBLIGHT_STARTUP_ANIMATION = yes
- AUDIO_ENABLE = yes
- EEPROM_DRIVER = i2c
- ENCODER_MAP_ENABLE = yes
- AUTOCORRECT_ENABLE = yes
- CAPS_WORD_ENABLE = yes
-endif
-ifeq ($(strip $(KEYBOARD)), planck/light)
- RGB_MATRIX_ENABLE = yes
- RGBLIGHT_ENABLE = yes
- RGBLIGHT_STARTUP_ANIMATION = yes
- AUDIO_ENABLE = yes
-endif
-ifeq ($(strip $(KEYBOARD)), planck/ez)
- RGBLIGHT_ENABLE = no
- ENCODER_ENABLE = yes
- ENCODER_MAP_ENABLE = yes
- RGB_MATRIX_ENABLE = yes
- INDICATOR_LIGHTS = yes
- RGBLIGHT_STARTUP_ANIMATION = yes
- CONSOLE_ENABLE = yes
- COMMAND_ENABLE = yes
- AUDIO_ENABLE = yes
- AUTOCORRECT_ENABLE = yes
- CAPS_WORD_ENABLE = yes
-endif
-
-ifeq ($(strip $(MCU)), atmega32u4)
- BOOTLOADER = qmk-hid
- BOOTLOADER_SIZE = 512
- LTO_ENABLE = yes
- CUSTOM_UNICODE_ENABLE = no
-endif