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/rart/rartland | |
parent | c8e998ccaddc6157ee5d406e277e973dd4796f37 (diff) |
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
Diffstat (limited to 'keyboards/rart/rartland')
-rw-r--r-- | keyboards/rart/rartland/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/rart/rartland/config.h b/keyboards/rart/rartland/config.h index 5994219592..934d41e7b2 100644 --- a/keyboards/rart/rartland/config.h +++ b/keyboards/rart/rartland/config.h @@ -58,7 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* #define RGB_DI_PIN D7 */ /* #ifdef RGB_DI_PIN */ -/* #define RGBLIGHT_ANIMATIONS */ /* #define RGBLED_NUM 11 */ /* #define RGBLIGHT_HUE_STEP 8 */ /* #define RGBLIGHT_SAT_STEP 8 */ @@ -66,4 +65,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* #define RGBLIGHT_LIMIT_VAL 240 */ /* #define RGBLIGHT_SLEEP */ /* #endif */ - |