diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-17 04:46:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-17 04:46:07 +0000 |
commit | 68f466db875d77ed9d0b28f657c2bc0e855dc833 (patch) | |
tree | 3e5c068c4d057598d4ef4e9ea931a26de9c39e2a /keyboards/smithrune/iron165r2/rules.mk | |
parent | ac1173c3d4731b4d65a4af0deef53b95c9914663 (diff) | |
parent | 467f3ae872101ed6c1c3cbf10f18384304ddbb6e (diff) | |
download | qmk_firmware-68f466db875d77ed9d0b28f657c2bc0e855dc833.tar.gz qmk_firmware-68f466db875d77ed9d0b28f657c2bc0e855dc833.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/smithrune/iron165r2/rules.mk')
-rw-r--r-- | keyboards/smithrune/iron165r2/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/smithrune/iron165r2/rules.mk b/keyboards/smithrune/iron165r2/rules.mk new file mode 100644 index 0000000000..272814ce9e --- /dev/null +++ b/keyboards/smithrune/iron165r2/rules.mk @@ -0,0 +1,18 @@ +# 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 = yes # Commands for debug and configuration +NKRO_ENABLE = yes # USB Nkey Rollover +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = no +ENCODER_ENABLE = no +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRU |