summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/kangaroo/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/rules.mk
parent7eb71f72a76562aa0f5df934e57c95b9e37c9023 (diff)
[Keyboard] Kangaroo Rev2 (#18199)
Diffstat (limited to 'keyboards/xelus/kangaroo/rules.mk')
-rw-r--r--keyboards/xelus/kangaroo/rules.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/keyboards/xelus/kangaroo/rules.mk b/keyboards/xelus/kangaroo/rules.mk
deleted file mode 100644
index 80826fae5f..0000000000
--- a/keyboards/xelus/kangaroo/rules.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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