summaryrefslogtreecommitdiff
path: root/keyboards/xelus/kangaroo/rules.mk
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2020-10-17 07:18:50 +0000
committerGitHub <noreply@github.com>2020-10-17 00:18:50 -0700
commita4dfa45f376ac9364404a15c9adfe0b6b8d0e20e (patch)
treece771fde752622f7eee61167c060965de732f412 /keyboards/xelus/kangaroo/rules.mk
parent616dc7dd5d1bf6e512db9a0c7f3dfcdc42fc9db1 (diff)
[Keyboard] Add Kangaroo (#10511)
* roo initial * update scannign t imes * enable dma * rename kangaroo * updates * update rules.mk * keymap * fix up config * fix reamde * fix up config * update license headers * rules.mk update * info json * Update keyboards/xelus/kangaroo/rules.mk
Diffstat (limited to 'keyboards/xelus/kangaroo/rules.mk')
-rw-r--r--keyboards/xelus/kangaroo/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/xelus/kangaroo/rules.mk b/keyboards/xelus/kangaroo/rules.mk
new file mode 100644
index 0000000000..2a0281f946
--- /dev/null
+++ b/keyboards/xelus/kangaroo/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = STM32F072
+
+# Build Options
+# comment out to disable the options.
+#
+
+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
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+NKRO_ENABLE = yes # USB Nkey Rollover
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+BLUETOOTH_ENABLE = no # Enable Bluetooth
+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