diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-09 06:35:29 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-09 06:35:29 +0000 |
commit | 4e8f064c27b887172854d351ba4525e2bb8fbc3c (patch) | |
tree | 9ebc5f56e647dc95358c7052b7953ca77cd38497 /keyboards/lyra/rev1/rules.mk | |
parent | 9ce3d1a7d4424939733d80451128e4416073af94 (diff) | |
parent | 4c88f76be8099d45444cea894bb2162870115832 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lyra/rev1/rules.mk')
-rw-r--r-- | keyboards/lyra/rev1/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/lyra/rev1/rules.mk b/keyboards/lyra/rev1/rules.mk new file mode 100644 index 0000000000..58cc6996f0 --- /dev/null +++ b/keyboards/lyra/rev1/rules.mk @@ -0,0 +1,27 @@ +# 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes +OLED_ENABLE = yes +WPM_ENABLE = yes +LTO_ENABLE = yes
\ No newline at end of file |