diff options
Diffstat (limited to 'layouts/community/ortho_4x12/juno/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/juno/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/juno/rules.mk b/layouts/community/ortho_4x12/juno/rules.mk new file mode 100644 index 0000000000..cf0942b718 --- /dev/null +++ b/layouts/community/ortho_4x12/juno/rules.mk @@ -0,0 +1,14 @@ +SRC += muse.c + +ifeq ($(strip $(KEYBOARD)), planck/rev6) + BACKLIGHT_ENABLE = no +else + BACKLIGHT_ENABLE = yes +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
\ No newline at end of file |