diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-19 20:59:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-19 20:59:07 +0000 |
commit | acf7824f9ab8bcd6f23b7fa26dbaa3023aa77e9f (patch) | |
tree | 84b411abf44900c22655064898d98b51f1482845 /keyboards/malevolti/lyra/rev1/rules.mk | |
parent | 3410b25cf800823069d737f5de94bf9c4db6c9be (diff) | |
parent | 0e18f03b79d9bf5274323d7049c25e16d9250a06 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/malevolti/lyra/rev1/rules.mk')
-rw-r--r-- | keyboards/malevolti/lyra/rev1/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/malevolti/lyra/rev1/rules.mk b/keyboards/malevolti/lyra/rev1/rules.mk new file mode 100644 index 0000000000..87f331ab6c --- /dev/null +++ b/keyboards/malevolti/lyra/rev1/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes +LTO_ENABLE = yes
\ No newline at end of file |