diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-22 18:11:31 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-22 18:11:31 +0000 |
commit | 824175e69cfd7b0a5acd4e204d09428144a8a952 (patch) | |
tree | 9243a8869a1574fd696bb4dde89aa1bff2786edf /keyboards/handwired/sono1/rules.mk | |
parent | 603d5fbeb182435a96f5fc4e2c059c048ebfbe29 (diff) | |
parent | bf324c38e3a8929999e459b947b5551bc216cc88 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/sono1/rules.mk')
-rw-r--r-- | keyboards/handwired/sono1/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/handwired/sono1/rules.mk b/keyboards/handwired/sono1/rules.mk new file mode 100644 index 0000000000..558598d74f --- /dev/null +++ b/keyboards/handwired/sono1/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = STM32F103 + +# Bootloader selection +BOOTLOADER = stm32duino + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |