diff options
Diffstat (limited to 'users/bcat/bcat.c')
-rw-r--r-- | users/bcat/bcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/bcat/bcat.c b/users/bcat/bcat.c index bea64dbaa9..2b250c10f1 100644 --- a/users/bcat/bcat.c +++ b/users/bcat/bcat.c @@ -1,6 +1,6 @@ #include "quantum.h" #if defined(RGBLIGHT_ENABLE) - /* Adjust RGB static hue ranges for shorter gradients than default. */ - const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 127, 63, 31, 15}; +/* Adjust RGB static hue ranges for shorter gradients than default. */ +const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 127, 63, 31, 15}; #endif |