Skip to content

Commit

Permalink
Merge pull request #2336 from zlabkeeb/master
Browse files Browse the repository at this point in the history
Add VRYNBOARD VIA
  • Loading branch information
Cipulot authored Oct 8, 2024
2 parents 3429b8d + 987c58b commit 4e5d89d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions v3/zlabkeeb/vrynboard/vrynboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "VRYNBOARD",
"vendorId": "0x4154",
"productId": "0x4445",
"matrix": {
"rows": 4,
"cols": 3
},
"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"
]
]
}
}

0 comments on commit 4e5d89d

Please sign in to comment.