diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-12-12 05:39:34 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 10:39:34 -0800 |
commit | ae34dde677297db052316acd5088cf716848421d (patch) | |
tree | c4b044a8612285658f42cfdea3d0514845bf2448 /keyboards/xelus/xs60/rules.mk | |
parent | 711a608351c02b514c236912a891f07cad1bcfb8 (diff) | |
download | qmk_firmware-ae34dde677297db052316acd5088cf716848421d.tar.gz qmk_firmware-ae34dde677297db052316acd5088cf716848421d.zip |
[Keyboard] Add XS60 (#15248)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xelus/xs60/rules.mk')
-rw-r--r-- | keyboards/xelus/xs60/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/xelus/xs60/rules.mk b/keyboards/xelus/xs60/rules.mk new file mode 100644 index 0000000000..65c7d981ef --- /dev/null +++ b/keyboards/xelus/xs60/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = STM32L422 + +# Bootloader selection +BOOTLOADER = stm32-dfu + +# 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 = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +AUDIO_ENABLE = no # Audio output + +EEPROM_DRIVER = i2c + +LTO_ENABLE = yes +OPT = 2 + +LAYOUTS = 60_ansi_split_bs_rshift |