mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
Fix ergodox_ez/shine
This commit is contained in:
parent
1e69f4faf6
commit
e3d0687658
@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#ifdef RGBLIGHT_ENABLE
|
#ifdef RGBLIGHT_ENABLE
|
||||||
|
|
||||||
# include "ergodox_ez.h"
|
# include "ergodox_ez.h"
|
||||||
|
# include "ws2812.h"
|
||||||
|
|
||||||
void setleds_custom(rgb_led_t *led, uint16_t led_num) {
|
void setleds_custom(rgb_led_t *led, uint16_t led_num) {
|
||||||
i2c_init();
|
i2c_init();
|
||||||
|
@ -1 +1,3 @@
|
|||||||
RGBLIGHT_ENABLE = yes
|
RGBLIGHT_ENABLE = yes
|
||||||
|
RGBLIGHT_DRIVER = custom
|
||||||
|
WS2812_DRIVER_REQUIRED = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user