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