summaryrefslogtreecommitdiff
path: root/keyboards/mode/m80v1/m80s/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-29 10:57:52 +0000
committerQMK Bot <hello@qmk.fm>2021-12-29 10:57:52 +0000
commit6636c214531be697238a3fa533d3d94aa78590d1 (patch)
treef45fc9de44f664488ecec9189976a5deb455f524 /keyboards/mode/m80v1/m80s/rules.mk
parent7d6a7e195c099bf55da67fa76dd78e011ebc624d (diff)
parent88a8bdbb3aa3ee6c4eb443557bca0849f455fc03 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m80v1/m80s/rules.mk')
-rw-r--r--keyboards/mode/m80v1/m80s/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mode/m80v1/m80s/rules.mk b/keyboards/mode/m80v1/m80s/rules.mk
new file mode 100644
index 0000000000..56294f95fd
--- /dev/null
+++ b/keyboards/mode/m80v1/m80s/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 = no # Enable Bootmagic Lite
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = yes # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
+COMMAND_ENABLE = no # 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
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE