diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-04 09:43:13 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-03 14:43:13 -0800 |
commit | 3a215195ed3a12464df7169e7b68bfe0763e95b1 (patch) | |
tree | 914eb8dadc62958633a862a8f25870b7a98fd4cc /keyboards/mehkee96/rules.mk | |
parent | a4d138645fdb5043cd76bc135eea48453cc50dff (diff) | |
download | qmk_firmware-3a215195ed3a12464df7169e7b68bfe0763e95b1.tar.gz |
Convert remaining PS2AVRGB boards to I2C WS2812 driver (#7245)
* Convert remaining PS2AVRGB boards to I2C WS2812 driver
* Add back functions to make the custom matrices happy
Diffstat (limited to 'keyboards/mehkee96/rules.mk')
-rw-r--r-- | keyboards/mehkee96/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mehkee96/rules.mk b/keyboards/mehkee96/rules.mk index 244dd2141..1cbd02948 100644 --- a/keyboards/mehkee96/rules.mk +++ b/keyboards/mehkee96/rules.mk @@ -21,10 +21,10 @@ CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes -RGBLIGHT_CUSTOM_DRIVER = yes +WS2812_DRIVER = i2c OPT_DEFS = -DDEBUG_LEVEL=0 # custom matrix setup CUSTOM_MATRIX = yes -SRC = matrix.c i2c.c +SRC = matrix.c |