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/zeal60 | |
| parent | 8e0af2f5ba1e094149ce5ce2ac4e25c462f98f23 (diff) | |
| download | qmk_firmware-44d93285d1e5ae0fdaaaab33aa15ffab456b9434.tar.gz qmk_firmware-44d93285d1e5ae0fdaaaab33aa15ffab456b9434.zip | |
Change ?= to = in keyboard rules.mk (#9390)
Diffstat (limited to 'keyboards/wilba_tech/zeal60')
| -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 31c960c22..172ebaf6b 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 | |||
| 34 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 34 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 35 | 35 | ||
| 36 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 36 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 37 | SLEEP_LED_ENABLE ?= no # Breathing sleep LED during USB suspend | 37 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 38 | 38 | ||
| 39 | CIE1931_CURVE = yes | 39 | CIE1931_CURVE = yes |
| 40 | 40 | ||
