diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-08 16:44:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-08 16:44:03 +0000 |
commit | e06f50c489e02068465dfb3e5b3c7473006e6273 (patch) | |
tree | 91401c338f2e8567c01c28221250de1107ba40cb /keyboards/keychron/q2/iso/rules.mk | |
parent | 5a2ed77a086386dae7c10eed7bda54253dc8177e (diff) | |
parent | 1215fc2a782100bfd6577e1826f8c7e46be137ca (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keychron/q2/iso/rules.mk')
-rw-r--r-- | keyboards/keychron/q2/iso/rules.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/keychron/q2/iso/rules.mk b/keyboards/keychron/q2/iso/rules.mk new file mode 100644 index 0000000000..38d48f0b27 --- /dev/null +++ b/keyboards/keychron/q2/iso/rules.mk @@ -0,0 +1,27 @@ +# MCU name +MCU = STM32L433 + +# 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = no # Enable Encoder +DIP_SWITCH_ENABLE = yes +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = CKLED2001 +EEPROM_DRIVER = wear_leveling +WEAR_LEVELING_DRIVER = embedded_flash + +# Enter lower-power sleep mode when on the ChibiOS idle thread +OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |