summaryrefslogtreecommitdiff
path: root/keyboards/xelus/kangaroo/rev1/rules.mk
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2022-08-30 13:03:30 +1000
committerGitHub <noreply@github.com>2022-08-29 20:03:30 -0700
commitf3d52d8fe81da5044db4bb675ae788393d7c06a5 (patch)
treeaa3c54d60d3884e2dd57cf4d39b1f4325f59c20e /keyboards/xelus/kangaroo/rev1/rules.mk
parent7eb71f72a76562aa0f5df934e57c95b9e37c9023 (diff)
[Keyboard] Kangaroo Rev2 (#18199)
Diffstat (limited to 'keyboards/xelus/kangaroo/rev1/rules.mk')
-rw-r--r--keyboards/xelus/kangaroo/rev1/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/xelus/kangaroo/rev1/rules.mk b/keyboards/xelus/kangaroo/rev1/rules.mk
new file mode 100644
index 0000000000..80826fae5f
--- /dev/null
+++ b/keyboards/xelus/kangaroo/rev1/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = STM32F072
+
+# 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
+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