9 lines
345 B
C
9 lines
345 B
C
#pragma once
|
|
|
|
// WS2812 RGB LED, normally used to indicate keyboard state:
|
|
#define RGBLIGHT_EFFECT_KNIGHT
|
|
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
|
|
#define RGBLIGHT_EFFECT_CHRISTMAS
|
|
#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
|
|
#define RGBLED_NUM 6 // Used when chaining strips
|
|
#define RGBLED_SPLIT { 3, 3 } // Used when not chaining strips
|