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/treasure | |
parent | c8e998ccaddc6157ee5d406e277e973dd4796f37 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Diffstat (limited to 'keyboards/treasure')
-rw-r--r-- | keyboards/treasure/type9/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/treasure/type9/config.h b/keyboards/treasure/type9/config.h index 31a5602c71..87f507ec3c 100644 --- a/keyboards/treasure/type9/config.h +++ b/keyboards/treasure/type9/config.h @@ -45,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define RGB_DI_PIN E2 // #ifdef RGB_DI_PIN -// #define RGBLIGHT_ANIMATIONS // #define RGBLED_NUM 16 // #define RGBLIGHT_HUE_STEP 8 // #define RGBLIGHT_SAT_STEP 8 |