summaryrefslogtreecommitdiff
path: root/keyboards/4pplet/yakiimo/rev_a/rules.mk
diff options
context:
space:
mode:
author4pplet <mail@4pplet.com>2022-05-12 00:37:43 +0100
committerGitHub <noreply@github.com>2022-05-11 16:37:43 -0700
commitddba52325cee971c83aeb030536340f79db37204 (patch)
tree4d2b81aff2ac6e5972103dea54b2f7e375573f41 /keyboards/4pplet/yakiimo/rev_a/rules.mk
parentdf9c266f45c947a2ae71f213096ef0d832f3e336 (diff)
[Keyboard] Yakiimo PCB (#16984)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
Diffstat (limited to 'keyboards/4pplet/yakiimo/rev_a/rules.mk')
-rw-r--r--keyboards/4pplet/yakiimo/rev_a/rules.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/4pplet/yakiimo/rev_a/rules.mk b/keyboards/4pplet/yakiimo/rev_a/rules.mk
new file mode 100644
index 0000000000..69e3ba1629
--- /dev/null
+++ b/keyboards/4pplet/yakiimo/rev_a/rules.mk
@@ -0,0 +1,21 @@
+# MCU name
+MCU = STM32F411
+
+# 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 = 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