Tune snake and knight intervals for Cluecard

master
Fred Sundvik 2016-10-09 19:27:11 +03:00
parent 9b0e21f87f
commit 02c9a99215
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
)
};
const uint8_t RGBLED_SNAKE_INTERVALS[] PROGMEM = {255, 170, 85};
const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {255, 170, 85};
void matrix_init_user(void) {
}