diff options
author | Domanic Calleja <82970232+Malevolti@users.noreply.github.com> | 2021-12-19 20:58:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 12:58:40 -0800 |
commit | 0e18f03b79d9bf5274323d7049c25e16d9250a06 (patch) | |
tree | 01ed12771ab141c9b694fcea5da60d461fb75632 /keyboards/malevolti/superlyra/rev1/rules.mk | |
parent | 98a82225aa82a5f9d4a2db80883661d3f34c9e7c (diff) |
Add Superlyra keyboard + group with Lyra under new directory (#14955)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/malevolti/superlyra/rev1/rules.mk')
-rw-r--r-- | keyboards/malevolti/superlyra/rev1/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/malevolti/superlyra/rev1/rules.mk b/keyboards/malevolti/superlyra/rev1/rules.mk new file mode 100644 index 0000000000..e3012714c8 --- /dev/null +++ b/keyboards/malevolti/superlyra/rev1/rules.mk @@ -0,0 +1,20 @@ +# 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 + +LTO_ENABLE = yes |