diff options
| author | Ryan | 2024-03-18 12:03:27 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-18 12:03:27 +0100 |
| commit | f7cf40fa77164d7be9358ce83f7f5939d71b38bc (patch) | |
| tree | 812acccac18212ae685a4dbc5e25fbe216b787ea /keyboards/xelus | |
| parent | 23b7a02ebe2e6df738baa624c17e821c1573b69b (diff) | |
Add init function to RGBLight driver struct (#23076)
Diffstat (limited to 'keyboards/xelus')
| -rw-r--r-- | keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c b/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c index 6b8f91bc2f..a153a7cf83 100644 --- a/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c +++ b/keyboards/xelus/dawn60/rev1_qmk/rev1_qmk.c @@ -155,7 +155,7 @@ static void init(void) { is31fl3731_update_led_control_registers(1); //RGB Underglow ws2812 - + ws2812_init(); } static void flush(void) { |