소스 검색

Tune the snake and knight effect parameters for Cluecard

Fred Sundvik 9 년 전
부모
커밋
0ae07ae64d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      keyboards/cluecard/keymaps/rgb_effects/config.h

+ 3 - 0
keyboards/cluecard/keymaps/rgb_effects/config.h

@@ -5,5 +5,8 @@
 
 // place overrides here
 #define RGBLIGHT_TIMER
+#define RGBLIGHT_EFFECT_SNAKE_LENGTH 3
+#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 2
+#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 2
 
 #endif