diff options
author | vin <git@vineetk.net> | 2023-10-09 12:10:51 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-09 12:54:54 -0400 |
commit | 52db763c718733eada69e81b587377e3a720d390 (patch) | |
tree | d4453737fc7853bf84c8812cd53714fcc45be59c /layouts/community/ortho_5x12/drashna/rules.mk | |
parent | 42a1e90a6d215d0ec0a1c166c90d8b58417b27f2 (diff) |
remove unused non-split layouts
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 |