diff options
author | QMK Bot <hello@qmk.fm> | 2022-11-20 05:38:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-11-20 05:38:05 +0000 |
commit | 4b99336c4bf8ee4416a0d3d08097b7286a5356d3 (patch) | |
tree | b9f0024e6f84fa1cbd2e5dbed11df6bb05b2817d /keyboards/keychron/q5/iso/rules.mk | |
parent | 8c3d9c6006aca4763db3539323b46946498e7c22 (diff) | |
parent | 0f6a4edfb2c3d274547476a1209fa9617d3423f8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/keychron/q5/iso/rules.mk')
-rw-r--r-- | keyboards/keychron/q5/iso/rules.mk | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/keychron/q5/iso/rules.mk b/keyboards/keychron/q5/iso/rules.mk new file mode 100644 index 0000000000..a98845acc1 --- /dev/null +++ b/keyboards/keychron/q5/iso/rules.mk @@ -0,0 +1,31 @@ +# MCU name +MCU = STM32L432 + +# 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 USB N-key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +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 + +# custom matrix setup +CUSTOM_MATRIX = lite + +SRC += matrix.c |