|
|
|
@ -111,9 +111,9 @@ |
|
|
|
|
"NO_ACTION_MACRO": {"info_key": "_invalid.no_action_macro", "invalid": true}, |
|
|
|
|
"NO_ACTION_FUNCTION": {"info_key": "_invalid.no_action_function", "invalid": true}, |
|
|
|
|
"DESCRIPTION": {"info_key": "_invalid.usb_description", "invalid": true}, |
|
|
|
|
"DEBOUNCING_DELAY": {"info_key": "_invalid.debouncing_delay", "invalid": true, replace_with: "DEBOUNCE"}, |
|
|
|
|
"DEBOUNCING_DELAY": {"info_key": "_invalid.debouncing_delay", "invalid": true, "replace_with": "DEBOUNCE"}, |
|
|
|
|
"PREVENT_STUCK_MODIFIERS": {"info_key": "_invalid.prevent_stuck_mods", "invalid": true}, |
|
|
|
|
"UNUSED_PINS": {"info_key": "_invalid.unused_pins", "deprecated": true}, |
|
|
|
|
"RGBLIGHT_ANIMATIONS": {"info_key": "rgblight.animations.all", "value_type": "bool", "deprecated": true}, |
|
|
|
|
"QMK_KEYS_PER_SCAN": {"info_key": "qmk.keys_per_scan", "value_type": "int", "deprecated": true}, |
|
|
|
|
"QMK_KEYS_PER_SCAN": {"info_key": "qmk.keys_per_scan", "value_type": "int", "deprecated": true} |
|
|
|
|
} |
|
|
|
|