Do not hard set config in CPTC files (#11864)
This commit is contained in:
@@ -5,8 +5,5 @@ BOARD := QMK_PROTON_C
|
||||
OPT_DEFS += -DCONVERT_TO_PROTON_C
|
||||
|
||||
# These are defaults based on what has been implemented for ARM boards
|
||||
AUDIO_ENABLE = yes
|
||||
WS2812_DRIVER = bitbang
|
||||
|
||||
# Force task driven PWM until ARM can provide automatic configuration
|
||||
BACKLIGHT_DRIVER = software
|
||||
AUDIO_ENABLE ?= yes
|
||||
WS2812_DRIVER ?= bitbang
|
||||
|
||||
Reference in New Issue
Block a user