diff options
author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 09:55:53 -0700 |
commit | f0da486fabdbe05023e03d89c000229410800713 (patch) | |
tree | 3a9ad6dac9fff4bd6f7c777f11023d8d20eaa1ab /keyboards/wsk/houndstooth | |
parent | c8e998ccaddc6157ee5d406e277e973dd4796f37 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Diffstat (limited to 'keyboards/wsk/houndstooth')
-rw-r--r-- | keyboards/wsk/houndstooth/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/wsk/houndstooth/config.h b/keyboards/wsk/houndstooth/config.h index bb66f98017..9fde98cec6 100644 --- a/keyboards/wsk/houndstooth/config.h +++ b/keyboards/wsk/houndstooth/config.h @@ -24,10 +24,8 @@ #define RGB_DI_PIN F1 //#ifdef RGB_DI_PIN -//#define RGBLIGHT_ANIMATIONS //#define RGBLED_NUM 0 //#define RGBLIGHT_HUE_STEP 8 //#define RGBLIGHT_SAT_STEP 8 //#define RGBLIGHT_VAL_STEP 8 //#endif - |