From 3fc9c0355959b8ca429c6f6a167732ec026326af Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 1 Mar 2023 02:55:14 +0000 Subject: [PATCH] Remove `all` from list of animations in `info.json` (#19978) --- docs/reference_info_json.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 354863f507..b5c9b3be99 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -252,7 +252,6 @@ The following animations can be enabled: |Key |Description | |-----------------|--------------------------------------| -|`all` |Enable all additional animation modes.| |`alternating` |Enable alternating animation mode. | |`breathing` |Enable breathing animation mode. | |`christmas` |Enable christmas animation mode. |