diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:04:10 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-06 17:04:10 +0800 |
commit | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (patch) | |
tree | 7ac943fb1ba4f430a7220efd18f66f6a77205c30 /keyboards/keychron/k8_pro/rules.mk | |
parent | e736133392fe6427cfb995da0787337189828272 (diff) | |
parent | 2709b6ed616f8012ff4cfd3ee69a822a8d188351 (diff) |
Merge upstream master
Diffstat (limited to 'keyboards/keychron/k8_pro/rules.mk')
-rw-r--r-- | keyboards/keychron/k8_pro/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keychron/k8_pro/rules.mk b/keyboards/keychron/k8_pro/rules.mk index 366bd8cc12..7244d12fd2 100644 --- a/keyboards/keychron/k8_pro/rules.mk +++ b/keyboards/keychron/k8_pro/rules.mk @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -BLUETOOTH_ENABLE = yes # Enable Bluetooth with +BLUETOOTH_ENABLE = no # Enable Bluetooth with BLUETOOTH_DRIVER = custom AUDIO_ENABLE = no # Audio output on port C6 DIP_SWITCH_ENABLE = yes @@ -27,6 +27,7 @@ RAW_ENABLE = yes # Enter lower-power sleep mode when on the ChibiOS idle thread OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE OPT_DEFS += -DNO_USB_STARTUP_CHECK -DENABLE_FACTORY_TEST +OPT_DEFS += -DKC_BLUETOOTH_ENABLE CUSTOM_MATRIX = lite SRC += matrix.c |