diff options
author | Jack Humbert <jack.humb@gmail.com> | 2018-06-12 14:27:22 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-06-12 14:27:22 -0400 |
commit | b8564f5dd08f49ee0fc6d28957a376132bd7038d (patch) | |
tree | 5a0ddabb672b057ea0f5c6fcb97f08a5dae11272 /keyboards/ergodox_ez/config.h | |
parent | 998ddbb122c9d3e2a77bd4e88c881b225ca0d569 (diff) | |
download | firmware-b8564f5dd08f49ee0fc6d28957a376132bd7038d.tar.gz firmware-b8564f5dd08f49ee0fc6d28957a376132bd7038d.tar.bz2 firmware-b8564f5dd08f49ee0fc6d28957a376132bd7038d.zip |
revert some attempts, update i2c
Diffstat (limited to 'keyboards/ergodox_ez/config.h')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index 3dfe8733c..1285cbe1c 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -81,10 +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 RGB_MIDI -#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. |