summaryrefslogtreecommitdiff
path: root/keyboards/ebastler/e80_1800/rules.mk
diff options
context:
space:
mode:
authorMoritz <moritz.plattner@gmx.net>2022-04-13 08:20:07 +0200
committerGitHub <noreply@github.com>2022-04-12 23:20:07 -0700
commit9a38ebc65600b42681e86179ab2ffe39dfd9dcdb (patch)
treeef8db131ab589894023746ad789ce68127e4a45a /keyboards/ebastler/e80_1800/rules.mk
parent2d05c7fc2500582fd0605569fe929e04bb8cc8ae (diff)
[Keyboard] add E80-1800 PCB (#16645)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
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