forked from forks/qmk_firmware
c1c579c554
* Remove more mouse keys settings missed in #8836 * Turn off more unwanted make options * clang-format my userspace * Reword ergo layout docs so Crkbd is canonical * Add a basic readme to my userspace * Tweak Crkbd readme wording and fix typos * Enable SPLIT_USB_DETECT for Lily58 w/ Elite-C bug
7 lines
202 B
C
7 lines
202 B
C
#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
|