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