bcat.c 210 B

123456
  1. #include "quantum.h"
  2. #if defined(RGBLIGHT_ENABLE)
  3. /* Adjust RGB static hue ranges for shorter gradients than default. */
  4. const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 127, 63, 31, 15};
  5. #endif