summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/xs108/rules.mk
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2022-11-20 18:31:02 +1100
committerGitHub <noreply@github.com>2022-11-19 23:31:02 -0800
commite172148e466830af974bfc4d036323b2bc194dbc (patch)
treef6343cb8d3dff85624d81fae2aec3969d2590c33 /keyboards/xelus/xs108/rules.mk
parent0f6a4edfb2c3d274547476a1209fa9617d3423f8 (diff)
[Keyboard] Add XS108 (#19112)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xelus/xs108/rules.mk')
-rw-r--r--keyboards/xelus/xs108/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/xelus/xs108/rules.mk b/keyboards/xelus/xs108/rules.mk
new file mode 100644
index 0000000000..b02554d542
--- /dev/null
+++ b/keyboards/xelus/xs108/rules.mk
@@ -0,0 +1,22 @@
+# MCU name
+MCU = STM32L412
+
+# 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 = yes # Commands for debug and configuration
+NKRO_ENABLE = yes # Enable N-Key Rollover
+BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+EEPROM_DRIVER = i2c
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE