diff --git a/keyboards/ergodox_ez/led_i2c.c b/keyboards/ergodox_ez/led_i2c.c index 5b50e717b05..b82a12d67bb 100644 --- a/keyboards/ergodox_ez/led_i2c.c +++ b/keyboards/ergodox_ez/led_i2c.c @@ -21,6 +21,7 @@ along with this program. If not, see . #ifdef RGBLIGHT_ENABLE # include "ergodox_ez.h" +# include "ws2812.h" void setleds_custom(rgb_led_t *led, uint16_t led_num) { i2c_init(); diff --git a/keyboards/ergodox_ez/shine/rules.mk b/keyboards/ergodox_ez/shine/rules.mk index 1e3cebb1451..4dd1e59d426 100644 --- a/keyboards/ergodox_ez/shine/rules.mk +++ b/keyboards/ergodox_ez/shine/rules.mk @@ -1 +1,3 @@ RGBLIGHT_ENABLE = yes +RGBLIGHT_DRIVER = custom +WS2812_DRIVER_REQUIRED = yes