diff options
author | Drashna Jaelre <drashna@live.com> | 2018-07-09 06:33:56 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-09 06:33:56 +0200 |
commit | 67adb30edd3c339902989309ecd099efe4b9b4d6 (patch) | |
tree | 5921551466ac85e6adb6d472c4e377457d37ae84 /keyboards/ergodox_ez | |
parent | e661f1559ebdf90c3bb806b6f5940c5363720738 (diff) | |
download | qmk_firmware-67adb30edd3c339902989309ecd099efe4b9b4d6.tar.gz qmk_firmware-67adb30edd3c339902989309ecd099efe4b9b4d6.tar.xz |
Re-add RGBW code, so RGB Underglow will compile
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index 1285cbe1c..07a9b5497 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -81,9 +81,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* fix space cadet rollover issue */ #define DISABLE_SPACE_CADET_ROLLOVER -// #define RGBW_BB_TWI +#define RGBW_BB_TWI -// #define RGBW 1 +#define RGBW 1 /* "debounce" is measured in keyboard scans. Some users reported * needing values as high as 15, which was at the time around 50ms. |