diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-09 19:05:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-09 19:05:51 +0000 |
commit | 58afb872887965c424a0bc43e4eab6e963cd2a6c (patch) | |
tree | 77adc6c8c797194d6115415b65d125684274803f /keyboards/kiwikey/kawii9/rules.mk | |
parent | 0a453194e89f85bb552bf7adbcfa9b4c41bb13c4 (diff) | |
parent | 633464acfa68377eb993dc4437cb66ebe19010ed (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kiwikey/kawii9/rules.mk')
-rw-r--r-- | keyboards/kiwikey/kawii9/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/kiwikey/kawii9/rules.mk b/keyboards/kiwikey/kawii9/rules.mk index b855c6f452..682c48b120 100644 --- a/keyboards/kiwikey/kawii9/rules.mk +++ b/keyboards/kiwikey/kawii9/rules.mk @@ -18,5 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -BLUETOOTH_ENABLE = yes # Enable Bluetooth +BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output +NO_USB_STARTUP_CHECK = yes |