diff options
| author | Joel Challis <git@zvecr.com> | 2024-07-18 00:02:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 09:02:53 +1000 |
| commit | 4ab36df48fba751ca88beaf1a7a5dd84ba34a370 (patch) | |
| tree | ab44efbe8cb23798a177143d0c1ebc1a68bc26ac /data | |
| parent | daa777d6fb655c5fe16df4b3f1e89a37ab35dc57 (diff) | |
Move split.soft_serial_pin to split.serial.pin (#24127)
Diffstat (limited to 'data')
| -rw-r--r-- | data/mappings/info_config.hjson | 2 | ||||
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/data/mappings/info_config.hjson b/data/mappings/info_config.hjson index 4f731b6011..4c895cf5d5 100644 --- a/data/mappings/info_config.hjson +++ b/data/mappings/info_config.hjson | |||
| @@ -176,7 +176,7 @@ | |||
| 176 | "SECURE_UNLOCK_TIMEOUT": {"info_key": "secure.unlock_timeout", "value_type": "int"}, | 176 | "SECURE_UNLOCK_TIMEOUT": {"info_key": "secure.unlock_timeout", "value_type": "int"}, |
| 177 | 177 | ||
| 178 | // Split Keyboard | 178 | // Split Keyboard |
| 179 | "SOFT_SERIAL_PIN": {"info_key": "split.soft_serial_pin"}, | 179 | "SOFT_SERIAL_PIN": {"info_key": "split.serial.pin"}, |
| 180 | "SOFT_SERIAL_SPEED": {"info_key": "split.soft_serial_speed"}, | 180 | "SOFT_SERIAL_SPEED": {"info_key": "split.soft_serial_speed"}, |
| 181 | "SPLIT_HAND_MATRIX_GRID": {"info_key": "split.handedness.matrix_grid", "value_type": "array", "to_c": false}, | 181 | "SPLIT_HAND_MATRIX_GRID": {"info_key": "split.handedness.matrix_grid", "value_type": "array", "to_c": false}, |
| 182 | "SPLIT_HAND_PIN": {"info_key": "split.handedness.pin"}, | 182 | "SPLIT_HAND_PIN": {"info_key": "split.handedness.pin"}, |
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index e758c325c7..7649a8e31b 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema | |||
| @@ -823,7 +823,10 @@ | |||
| 823 | } | 823 | } |
| 824 | } | 824 | } |
| 825 | }, | 825 | }, |
| 826 | "soft_serial_pin": {"$ref": "qmk.definitions.v1#/mcu_pin"}, | 826 | "soft_serial_pin": { |
| 827 | "$ref": "qmk.definitions.v1#/mcu_pin", | ||
| 828 | "$comment": "Deprecated: use split.serial.pin instead" | ||
| 829 | }, | ||
| 827 | "soft_serial_speed": { | 830 | "soft_serial_speed": { |
| 828 | "type": "integer", | 831 | "type": "integer", |
| 829 | "minimum": 0, | 832 | "minimum": 0, |
| @@ -836,7 +839,8 @@ | |||
| 836 | "driver": { | 839 | "driver": { |
| 837 | "type": "string", | 840 | "type": "string", |
| 838 | "enum": ["bitbang", "usart", "vendor"] | 841 | "enum": ["bitbang", "usart", "vendor"] |
| 839 | } | 842 | }, |
| 843 | "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"} | ||
| 840 | } | 844 | } |
| 841 | }, | 845 | }, |
| 842 | "transport": { | 846 | "transport": { |
