1
0
Fork 0

Whitefox LED control (#1432)

* use new grave_esc functionality

* Port LED control from Ergodox Infinity to Whitefox
This commit is contained in:
Ethan Madden 2017-06-25 18:30:40 -07:00 committed by Jack Humbert
parent 43579a80a7
commit 42e6ecc36b
17 changed files with 1080 additions and 36 deletions

View file

@ -41,8 +41,8 @@ static void keyframe_fade_all_leds_from_to(keyframe_animation_t* animation, uint
}
// TODO: Should be customizable per keyboard
#define NUM_ROWS 7
#define NUM_COLS 7
#define NUM_ROWS LED_NUM_ROWS
#define NUM_COLS LED_NUM_COLS
static uint8_t crossfade_start_frame[NUM_ROWS][NUM_COLS];
static uint8_t crossfade_end_frame[NUM_ROWS][NUM_COLS];