diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2020-08-19 13:20:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 20:20:22 -0700 |
commit | 79f080a43f005293c4442cbd7190533ad878526d (patch) | |
tree | 57c3793b37d7db4cf6e33f84785fe86ea425e7c7 /keyboards/xelus/valor/rules.mk | |
parent | d57bd0f65ca18b854dfdfe019f53474d47bf7b53 (diff) |
[Keyboard] add Xelus Valor (#10079)
* praxis avr
* rgb
* valor initial
* rgb limit
* readme update
* update rules.mk and include valor
* update readme
* Update rules.mk
* update readme and copyright + layout macro
* oops didnt save
Diffstat (limited to 'keyboards/xelus/valor/rules.mk')
-rw-r--r-- | keyboards/xelus/valor/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/xelus/valor/rules.mk b/keyboards/xelus/valor/rules.mk new file mode 100644 index 0000000000..f244afd31c --- /dev/null +++ b/keyboards/xelus/valor/rules.mk @@ -0,0 +1,23 @@ +# 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 = yes # Console for debug +COMMAND_ENABLE = yes # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes |