diff options
Diffstat (limited to 'layouts/community/ortho_5x12/drashna/rules.mk')
-rw-r--r-- | layouts/community/ortho_5x12/drashna/rules.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/layouts/community/ortho_5x12/drashna/rules.mk b/layouts/community/ortho_5x12/drashna/rules.mk deleted file mode 100644 index c3b417f1bd..0000000000 --- a/layouts/community/ortho_5x12/drashna/rules.mk +++ /dev/null @@ -1,24 +0,0 @@ -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration -TAP_DANCE_ENABLE = no -NKRO_ENABLE = yes - -ifeq ($(strip $(KEYBOARD)), fractal) - RGB_MATRIX_ENABLE = no - AUDIO_ENABLE = yes - AUDIO_SUPPORTED = yes - RGBLIGHT_SUPPORTED = yes - RGBLIGHT_ENABLE = yes - RGBLIGHT_STARTUP_ANIMATION = no - BOOTLOADER = qmk-dfu - CUSTOM_UNICODE_ENABLE = no -endif - -ifeq ($(strip $(MCU)), atmega32u4) - BOOTLOADER = qmk-dfu - BOOTLOADER_SIZE = 512 - LTO_ENABLE = yes -endif |