Selaa lähdekoodia

Tune snake and knight intervals for Cluecard

Fred Sundvik 8 vuotta sitten
vanhempi
commit
02c9a99215
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      keyboards/cluecard/keymaps/rgb_effects/keymap.c

+ 3 - 0
keyboards/cluecard/keymaps/rgb_effects/keymap.c

@@ -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) {
 }