]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/bcat/bcat.c
[Keymap] Shino3/shiro Add Mac Keymaps (#7319)
[qmk_firmware.git] / users / bcat / bcat.c
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