Skip to content

Commit

Permalink
Update v3/zlabkeeb/vrynboard/vrynboard.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored Oct 8, 2024
1 parent cc78a40 commit 987c58b
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions v3/zlabkeeb/vrynboard/vrynboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,30 @@
"rows": 4,
"cols": 3
},
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgb_matrix"
],
"layouts": {
"keymap": [
["1,0", "1,1", "1,2"],
["2,0", "2,1", "2,2"],
["3,0", "3,1", "3,2"]
[
"1,0",
"1,1",
"1,2"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2"
]
]
}
}

0 comments on commit 987c58b

Please sign in to comment.