summaryrefslogtreecommitdiff
path: root/keyboards/ebastler/e80_1800/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-04-13 06:20:42 +0000
committerQMK Bot <hello@qmk.fm>2022-04-13 06:20:42 +0000
commit929f098269951c5f3f6564c5c3111c5193ff7f35 (patch)
tree3a260e367939d29bc27b5380c25c9e4e2116a006 /keyboards/ebastler/e80_1800/rules.mk
parentbaa566d809b8366ab9e70377577e2b7ab99fe0aa (diff)
parent9a38ebc65600b42681e86179ab2ffe39dfd9dcdb (diff)
downloadqmk_firmware-929f098269951c5f3f6564c5c3111c5193ff7f35.tar.gz
qmk_firmware-929f098269951c5f3f6564c5c3111c5193ff7f35.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ebastler/e80_1800/rules.mk')
-rw-r--r--keyboards/ebastler/e80_1800/rules.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ebastler/e80_1800/rules.mk b/keyboards/ebastler/e80_1800/rules.mk
new file mode 100644
index 0000000000..25d40cb90f
--- /dev/null
+++ b/keyboards/ebastler/e80_1800/rules.mk
@@ -0,0 +1,22 @@
+# 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 = 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 = yes # 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
+OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE \ No newline at end of file