diff options
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/junonum/rules.mk b/layouts/community/ortho_4x12/junonum/rules.mk new file mode 100644 index 000000000..e206273f8 --- /dev/null +++ b/layouts/community/ortho_4x12/junonum/rules.mk @@ -0,0 +1,16 @@ +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 + +BOOTMAGIC_ENABLE = no # mainly to save space
\ No newline at end of file |