Clean up RGB LED type (#21859)
This commit is contained in:
parent
1e3095f9cc
commit
41bd4e35a0
63 changed files with 222 additions and 243 deletions
|
|
@ -25,7 +25,7 @@
|
|||
// Variables for controlling front LED application
|
||||
uint8_t fled_mode; // Mode for front LEDs
|
||||
uint8_t fled_val; // Brightness for front leds (0 - 255)
|
||||
LED_TYPE fleds[2]; // Front LED rgb values for indicator mode use
|
||||
rgb_led_t fleds[2]; // Front LED rgb values for indicator mode use
|
||||
|
||||
// Layer indicator colors
|
||||
__attribute__ ((weak))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue