diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2021-07-14 13:55:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 13:55:52 -0700 |
commit | 18c6e1d46d36b27a6db64c85b306515e42e94b12 (patch) | |
tree | 92cc18461e56130f67e11eb29bbd2555a68c04d6 /keyboards/mechlovin/serratus/rules.mk | |
parent | 867d60bd64b854cd68cd9ae93de27d9eff4ca0b6 (diff) |
[Keyboard] Add Serratus PCB (#13281)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/serratus/rules.mk')
-rw-r--r-- | keyboards/mechlovin/serratus/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/mechlovin/serratus/rules.mk b/keyboards/mechlovin/serratus/rules.mk new file mode 100644 index 0000000000..fed40192ed --- /dev/null +++ b/keyboards/mechlovin/serratus/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +CUSTOM_MATRIX = lite + +SRC += matrix.c |