summaryrefslogtreecommitdiff
path: root/users/bcat/bcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/bcat/bcat.c')
-rw-r--r--users/bcat/bcat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/bcat/bcat.c b/users/bcat/bcat.c
new file mode 100644
index 0000000000..bea64dbaa9
--- /dev/null
+++ b/users/bcat/bcat.c
@@ -0,0 +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};
+#endif