summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-08-04 11:05:53 -0700
committerGitHub <noreply@github.com>2022-08-04 11:05:53 -0700
commiteb417b3aaf0ed4581f923fde2906d34f06616699 (patch)
tree7e6ad52691d1478564f88af57caf3b3c0b3b91dc /data
parent709384631912447cf9d8f454124f56b1bc82cd6c (diff)
Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)
Diffstat (limited to 'data')
-rw-r--r--data/mappings/info_config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mappings/info_config.json b/data/mappings/info_config.json
index fcceb98025..3891ef6437 100644
--- a/data/mappings/info_config.json
+++ b/data/mappings/info_config.json
@@ -56,7 +56,6 @@
"RGB_DI_PIN": {"info_key": "rgblight.pin"},
"RGBLED_NUM": {"info_key": "rgblight.led_count", "value_type": "int"},
"RGBLED_SPLIT": {"info_key": "rgblight.split_count", "value_type": "array.int"},
- "RGBLIGHT_ANIMATIONS": {"info_key": "rgblight.animations.all", "value_type": "bool"},
"RGBLIGHT_EFFECT_ALTERNATING": {"info_key": "rgblight.animations.alternating", "value_type": "bool"},
"RGBLIGHT_EFFECT_BREATHING": {"info_key": "rgblight.animations.breathing", "value_type": "bool"},
"RGBLIGHT_EFFECT_CHRISTMAS": {"info_key": "rgblight.animations.christmas", "value_type": "bool"},
@@ -114,4 +113,5 @@
"DESCRIPTION": {"info_key": "_invalid.usb_description", "invalid": true},
"DEBOUNCING_DELAY": {"info_key": "_invalid.debouncing_delay", "invalid": true},
"PREVENT_STUCK_MODIFIERS": {"info_key": "_invalid.prevent_stuck_mods", "invalid": true},
+ "RGBLIGHT_ANIMATIONS": {"info_key": "rgblight.animations.all", "value_type": "bool", "deprecated": true},
}