diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2022-02-21 18:10:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 09:10:06 -0800 |
commit | 7fb22706fdb41030bff7fc1bf480d8b002ec86c5 (patch) | |
tree | 6dd7f34b79e8a8f832dd50d06e7955271322f11e /keyboards/wolf/sabre/rules.mk | |
parent | 249eb871028aaaaf508136088ef25fb67a83b28e (diff) |
[Keyboard] Add sabre (#15964)
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/wolf/sabre/rules.mk')
-rw-r--r-- | keyboards/wolf/sabre/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/wolf/sabre/rules.mk b/keyboards/wolf/sabre/rules.mk new file mode 100644 index 0000000000..39ad4aa5a0 --- /dev/null +++ b/keyboards/wolf/sabre/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Processor frequency +F_CPU = 8000000 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +BACKLIGHT_ENABLE = yes +BACKLIGHT_DRIVER = pwm
\ No newline at end of file |