mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-06 05:11:57 +00:00
Clean up RGB LED type (#21859)
This commit is contained in:
@@ -73,4 +73,4 @@
|
||||
* - Send out the LED data
|
||||
* - Wait 50us to reset the LEDs
|
||||
*/
|
||||
void ws2812_setleds(LED_TYPE *ledarray, uint16_t number_of_leds);
|
||||
void ws2812_setleds(rgb_led_t *ledarray, uint16_t number_of_leds);
|
||||
|
||||
Reference in New Issue
Block a user