Skip to content

Commit d940a1e

Browse files
skullydazedtzarc
andcommitted
Apply suggestions from code review
Co-authored-by: Nick Brassel <[email protected]>
1 parent f0b1859 commit d940a1e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/mappings/info_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"QMK_KEYS_PER_SCAN": {"info_key": "qmk.keys_per_scan", "value_type": "int"},
7575
"QMK_LED": {"info_key": "qmk_lufa_bootloader.led"},
7676
"QMK_SPEAKER": {"info_key": "qmk_lufa_bootloader.speaker"},
77-
"SPLIT_MODS_ENABLE": {"info_key": "split.transport.mods", "value_type": "bool"},
78-
"SPLIT_TRANSPORT_MIRROR": {"info_key": "split.transport.mirror", "value_type": "bool"},
77+
"SPLIT_MODS_ENABLE": {"info_key": "split.transport.sync_modifiers", "value_type": "bool"},
78+
"SPLIT_TRANSPORT_MIRROR": {"info_key": "split.transport.sync_matrix_state", "value_type": "bool"},
7979
"SPLIT_USB_DETECT": {"info_key": "split.usb_detect.enabled", "value_type": "bool"},
8080
"SPLIT_USB_TIMEOUT": {"info_key": "split.usb_detect.timeout", "value_type": "int"},
8181
"SPLIT_USB_TIMEOUT_POLL": {"info_key": "split.usb_detect.polling_interval", "value_type": "int"},

data/schemas/keyboard.jsonschema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
"properties": {
281281
"protocol": {
282282
"type": "string",
283-
"enum": ["custom", "i2c", "serial"]
283+
"enum": ["custom", "i2c", "serial", "serial_usart"]
284284
},
285285
"mirror": {"type": "boolean"},
286286
"mods": {"type": "boolean"}

0 commit comments

Comments
 (0)