diff options
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/rules.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/layouts/community/ortho_4x12/junonum/rules.mk b/layouts/community/ortho_4x12/junonum/rules.mk deleted file mode 100644 index ecb8d8aa1a..0000000000 --- a/layouts/community/ortho_4x12/junonum/rules.mk +++ /dev/null @@ -1,22 +0,0 @@ -ifeq ($(strip $(AUDIO_ENABLE)), yes) - SRC += muse.c -endif - -ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5)) - BACKLIGHT_ENABLE = yes -else - BACKLIGHT_ENABLE = no -endif - -ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1) - NKRO_ENABLE = no -endif - -MIDI_ENABLE=no -RGBLIGHT_ENABLE = no -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 - -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
\ No newline at end of file |