diff options
| author | Ryan | 2023-09-04 02:19:59 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-04 02:19:59 +0200 |
| commit | 41bd4e35a09cc50f45112074d2b776254a3a17f8 (patch) | |
| tree | 9258c5ad40dda232e3b8271942b436bdafa6f115 /users/xtonhasvim/fancylighting.h | |
| parent | 1e3095f9cce45fab0a566e692b1ff1c2047cfa08 (diff) | |
Clean up RGB LED type (#21859)
Diffstat (limited to 'users/xtonhasvim/fancylighting.h')
| -rw-r--r-- | users/xtonhasvim/fancylighting.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/xtonhasvim/fancylighting.h b/users/xtonhasvim/fancylighting.h index 02fb58b84a..b1a5c725f1 100644 --- a/users/xtonhasvim/fancylighting.h +++ b/users/xtonhasvim/fancylighting.h @@ -22,7 +22,7 @@ extern uint8_t user_rgb_mode; -extern LED_TYPE shadowed_led[]; +extern rgb_led_t shadowed_led[]; #endif //RGBLIGHT_ENABLE |