diff options
| author | Drashna Jaelre | 2018-07-09 06:34:53 +0200 |
|---|---|---|
| committer | Drashna Jaelre | 2018-07-09 06:34:53 +0200 |
| commit | 4081288da1818144c35ac283c031024b393e9390 (patch) | |
| tree | 22157009baa6ccc0d232cab2bf37ac3f37e95396 /keyboards | |
| parent | 67adb30edd3c339902989309ecd099efe4b9b4d6 (diff) | |
Revert to RGB Underglow being enabled, rather than rgb matrix
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/ergodox_ez/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index 0e0b3cdefd..dfbdba10d6 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk @@ -82,7 +82,7 @@ UNICODE_ENABLE = yes # Unicode SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard SLEEP_LED_ENABLE = no API_SYSEX_ENABLE = no -RGBLIGHT_ENABLE = no -RGB_MATRIX_ENABLE = yes +RGBLIGHT_ENABLE = yes +RGB_MATRIX_ENABLE = no // enable later LAYOUTS = ergodox |