diff options
author | Ryan <fauxpark@gmail.com> | 2020-06-15 20:06:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 03:06:10 -0700 |
commit | 44d93285d1e5ae0fdaaaab33aa15ffab456b9434 (patch) | |
tree | 81c0dac4947bec1fd3fdf12c583d8b21a9031a53 /keyboards/wilba_tech | |
parent | 8e0af2f5ba1e094149ce5ce2ac4e25c462f98f23 (diff) |
Change ?= to = in keyboard rules.mk (#9390)
Diffstat (limited to 'keyboards/wilba_tech')
-rw-r--r-- | keyboards/wilba_tech/zeal60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wilba_tech/zeal60/rules.mk b/keyboards/wilba_tech/zeal60/rules.mk index 31c960c22e..172ebaf6b5 100644 --- a/keyboards/wilba_tech/zeal60/rules.mk +++ b/keyboards/wilba_tech/zeal60/rules.mk @@ -34,7 +34,7 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE -SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend CIE1931_CURVE = yes |