summaryrefslogtreecommitdiff
path: root/keyboards/handwired/riblee_split
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-05-16 17:35:17 +0100
committerGitHub <noreply@github.com>2025-05-16 17:35:17 +0100
commitfa35be51358cf23650660cdfa7f547ea6150dd10 (patch)
tree0a3e243efa1eb878b24f8fe65997ca4e785a08c9 /keyboards/handwired/riblee_split
parent0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (diff)
Resolve miscellaneous keyboard lint warnings (#25268)
Diffstat (limited to 'keyboards/handwired/riblee_split')
-rw-r--r--keyboards/handwired/riblee_split/keyboard.json4
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 @@
29 "driver": "usart" 29 "driver": "usart"
30 }, 30 },
31 "transport": { 31 "transport": {
32 "sync_matrix_state": true 32 "sync": {
33 "matrix_state": true
34 }
33 } 35 }
34 }, 36 },
35 "community_layouts": ["ortho_5x12"], 37 "community_layouts": ["ortho_5x12"],