LibMK_Effect

enum LibMK_Effect

LED Effect Types.

Values:

LIBMK_EFF_FULL = 0

All LEDs in a single color.

LIBMK_EFF_BREATH = 1

All LEDs single color turning slowly on and off.

LIBMK_EFF_BREATH_CYCLE = 2

All LEDs cycling through different colors.

LIBMK_EFF_SINGLE = 3

Keystrokes highlighted with fading light.

LIBMK_EFF_WAVE = 4

Color wave over all keys.

LIBMK_EFF_RIPPLE = 5

Rippling effect from keystroke.

LIBMK_EFF_CROSS = 6

Fading cross-effect from keystroke.

LIBMK_EFF_RAIN = 7

Diagonal streaks of light.

LIBMK_EFF_STAR = 8

Fading dots in a random pattern.

LIBMK_EFF_SNAKE = 9

Snake game.

LIBMK_EFF_CUSTOM = 10

Custom LED layout.

LIBMK_EFF_OFF = 0xFE

LEDs off.

LIBMK_EFF_SPECTRUM = 11

Not used.

LIBMK_EFF_RAPID_FIRE = 12

Not used.