summaryrefslogtreecommitdiff
path: root/keyboards/kopibeng/mnk65_stm32/rules.mk
diff options
context:
space:
mode:
authorkopibeng <52724926+kopibeng@users.noreply.github.com>2022-12-09 00:48:42 +0800
committerGitHub <noreply@github.com>2022-12-09 03:48:42 +1100
commit1df41e6db1e4e5367ce431330e0b4a855be1158b (patch)
tree2894ff8087601c058d1450237756eaa06603654e /keyboards/kopibeng/mnk65_stm32/rules.mk
parent5447b075f946dcf8fb931e49083f5098042a7261 (diff)
Add support for MNK65_STM32 (#18744)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/mnk65_stm32/rules.mk')
-rw-r--r--keyboards/kopibeng/mnk65_stm32/rules.mk25
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/kopibeng/mnk65_stm32/rules.mk b/keyboards/kopibeng/mnk65_stm32/rules.mk
new file mode 100644
index 0000000000..c073176e84
--- /dev/null
+++ b/keyboards/kopibeng/mnk65_stm32/rules.mk
@@ -0,0 +1,25 @@
+# MCU name
+MCU = STM32F072
+
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
+# Wildcard to allow APM32 MCU
+DFU_SUFFIX_ARGS = -p FFFF -v FFFF
+
+# 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
+ENCODER_ENABLE = no # Enable Encoder
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE