summaryrefslogtreecommitdiff
path: root/keyboards/geonworks/frogmini/fms/rules.mk
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-11 01:44:31 +0000
committerQMK Bot <hello@qmk.fm>2022-08-11 01:44:31 +0000
commitff59ae9783217e730bb1a2afbaee2f163d11e60c (patch)
tree1a130bb30b7c002886abe88f16620a54e7652da8 /keyboards/geonworks/frogmini/fms/rules.mk
parentb7b842da552f6a57e17eaa1de29a6027b69cbc9d (diff)
parent90c4350af778951c9da2678842cd21734f8ec1d3 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/geonworks/frogmini/fms/rules.mk')
-rw-r--r--keyboards/geonworks/frogmini/fms/rules.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/geonworks/frogmini/fms/rules.mk b/keyboards/geonworks/frogmini/fms/rules.mk
new file mode 100644
index 0000000000..b58f583fea
--- /dev/null
+++ b/keyboards/geonworks/frogmini/fms/rules.mk
@@ -0,0 +1,27 @@
+MCU = STM32F401
+BOARD = GENERIC_STM32_F401XC
+
+# 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
+RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
+AUDIO_ENABLE = no # Audio output
+LTO_ENABLE = no
+ENCODER_ENABLE = no
+
+BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
+BACKLIGHT_DRIVER = pwm
+
+EEPROM_DRIVER = i2c
+
+# Enter lower-power sleep mode when on the ChibiOS idle thread
+OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE