diff options
author | lokher <lokher@gmail.com> | 2022-08-05 17:36:10 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-08-05 17:36:10 +0800 |
commit | 1063ff8bae565536f3ed379145a48d4ea97bc684 (patch) | |
tree | ae42ce8d27424a7e1740371f1d5146118d59f3ef /keyboards/keychron/q2/rev_0113/rules.mk | |
parent | 5853aecfa80438eff8b0c38986c7eebce5aaac68 (diff) |
Remove Q1 and Q2
Diffstat (limited to 'keyboards/keychron/q2/rev_0113/rules.mk')
-rw-r--r-- | keyboards/keychron/q2/rev_0113/rules.mk | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/keychron/q2/rev_0113/rules.mk b/keyboards/keychron/q2/rev_0113/rules.mk deleted file mode 100644 index a295f48e10..0000000000 --- a/keyboards/keychron/q2/rev_0113/rules.mk +++ /dev/null @@ -1,26 +0,0 @@ -# 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 = yes # Enable Encoder -DIP_SWITCH_ENABLE = yes -RGB_MATRIX_ENABLE = yes -RGB_MATRIX_DRIVER = CKLED2001 -EEPROM_DRIVER = i2c - -# Enter lower-power sleep mode when on the ChibiOS idle thread -OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |