diff options
Diffstat (limited to 'data/mappings/info_config.json')
| -rw-r--r-- | data/mappings/info_config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/mappings/info_config.json b/data/mappings/info_config.json index d03f50c51e..66a20e588b 100644 --- a/data/mappings/info_config.json +++ b/data/mappings/info_config.json | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | # warn_duplicate: Default `true`. Set to `false` to turn off warning when a value exists in both places | 9 | # warn_duplicate: Default `true`. Set to `false` to turn off warning when a value exists in both places |
| 10 | # deprecated: Default `false`. Set to `true` to turn on warning when a value exists | 10 | # deprecated: Default `false`. Set to `true` to turn on warning when a value exists |
| 11 | # invalid: Default `false`. Set to `true` to generate errors when a value exists | 11 | # invalid: Default `false`. Set to `true` to generate errors when a value exists |
| 12 | # replace_with: use with a key marked deprecated or invalid to designate a replacement | ||
| 12 | "AUDIO_VOICES": {"info_key": "audio.voices", "value_type": "bool"}, | 13 | "AUDIO_VOICES": {"info_key": "audio.voices", "value_type": "bool"}, |
| 13 | "BACKLIGHT_BREATHING": {"info_key": "backlight.breathing", "value_type": "bool"}, | 14 | "BACKLIGHT_BREATHING": {"info_key": "backlight.breathing", "value_type": "bool"}, |
| 14 | "BREATHING_PERIOD": {"info_key": "backlight.breathing_period", "value_type": "int"}, | 15 | "BREATHING_PERIOD": {"info_key": "backlight.breathing_period", "value_type": "int"}, |
| @@ -110,7 +111,7 @@ | |||
| 110 | "NO_ACTION_MACRO": {"info_key": "_invalid.no_action_macro", "invalid": true}, | 111 | "NO_ACTION_MACRO": {"info_key": "_invalid.no_action_macro", "invalid": true}, |
| 111 | "NO_ACTION_FUNCTION": {"info_key": "_invalid.no_action_function", "invalid": true}, | 112 | "NO_ACTION_FUNCTION": {"info_key": "_invalid.no_action_function", "invalid": true}, |
| 112 | "DESCRIPTION": {"info_key": "_invalid.usb_description", "invalid": true}, | 113 | "DESCRIPTION": {"info_key": "_invalid.usb_description", "invalid": true}, |
| 113 | "DEBOUNCING_DELAY": {"info_key": "_invalid.debouncing_delay", "invalid": true}, | 114 | "DEBOUNCING_DELAY": {"info_key": "_invalid.debouncing_delay", "invalid": true, replace_with: "DEBOUNCE"}, |
| 114 | "PREVENT_STUCK_MODIFIERS": {"info_key": "_invalid.prevent_stuck_mods", "invalid": true}, | 115 | "PREVENT_STUCK_MODIFIERS": {"info_key": "_invalid.prevent_stuck_mods", "invalid": true}, |
| 115 | "RGBLIGHT_ANIMATIONS": {"info_key": "rgblight.animations.all", "value_type": "bool", "deprecated": true}, | 116 | "RGBLIGHT_ANIMATIONS": {"info_key": "rgblight.animations.all", "value_type": "bool", "deprecated": true}, |
| 116 | "QMK_KEYS_PER_SCAN": {"info_key": "qmk.keys_per_scan", "value_type": "int", "deprecated": true}, | 117 | "QMK_KEYS_PER_SCAN": {"info_key": "qmk.keys_per_scan", "value_type": "int", "deprecated": true}, |
