Fix JSON type for SELECT_SOFT_SERIAL_SPEED (#26003)
This commit is contained in:
parent
3ac6f603a8
commit
1ba0300da7
|
|
@ -196,7 +196,7 @@
|
||||||
|
|
||||||
// Split Keyboard
|
// Split Keyboard
|
||||||
"SOFT_SERIAL_PIN": {"info_key": "split.serial.pin"},
|
"SOFT_SERIAL_PIN": {"info_key": "split.serial.pin"},
|
||||||
"SELECT_SOFT_SERIAL_SPEED": {"info_key": "split.serial.speed"},
|
"SELECT_SOFT_SERIAL_SPEED": {"info_key": "split.serial.speed", "value_type": "int"},
|
||||||
"SPLIT_HAND_MATRIX_GRID": {"info_key": "split.handedness.matrix_grid", "value_type": "array", "to_c": false},
|
"SPLIT_HAND_MATRIX_GRID": {"info_key": "split.handedness.matrix_grid", "value_type": "array", "to_c": false},
|
||||||
"SPLIT_HAND_PIN": {"info_key": "split.handedness.pin"},
|
"SPLIT_HAND_PIN": {"info_key": "split.handedness.pin"},
|
||||||
"SPLIT_USB_DETECT": {"info_key": "split.usb_detect.enabled", "value_type": "flag"},
|
"SPLIT_USB_DETECT": {"info_key": "split.usb_detect.enabled", "value_type": "flag"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue