diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-11 18:40:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-11 18:40:00 +0000 |
commit | dd994e72ad0e1f441331d208ca2b376835e0b9b5 (patch) | |
tree | 619974e52dd1b402c58b54e8ae15ac308bd999bb /keyboards/xelus/xs60/rules.mk | |
parent | f92d153532130268a96f3b577820f0e528bdbc21 (diff) | |
parent | ae34dde677297db052316acd5088cf716848421d (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |