Explorar el Código

Tune snake and knight intervals for Cluecard

Fred Sundvik hace 8 años
padre
commit
02c9a99215
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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) {
 }