diff options
| author | Joel Challis | 2025-05-16 18:35:17 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-16 18:35:17 +0200 |
| commit | fa35be51358cf23650660cdfa7f547ea6150dd10 (patch) | |
| tree | 0a3e243efa1eb878b24f8fe65997ca4e785a08c9 /keyboards/handwired/riblee_split/keyboard.json | |
| parent | 0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (diff) | |
Resolve miscellaneous keyboard lint warnings (#25268)
Diffstat (limited to 'keyboards/handwired/riblee_split/keyboard.json')
| -rw-r--r-- | keyboards/handwired/riblee_split/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/handwired/riblee_split/keyboard.json b/keyboards/handwired/riblee_split/keyboard.json index 6006f0e4c3..2bf78f96f1 100644 --- a/keyboards/handwired/riblee_split/keyboard.json +++ b/keyboards/handwired/riblee_split/keyboard.json @@ -29,7 +29,9 @@ "driver": "usart" }, "transport": { - "sync_matrix_state": true + "sync": { + "matrix_state": true + } } }, "community_layouts": ["ortho_5x12"], |