Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DOIO2022 authored Mar 30, 2024
1 parent 8bf89ed commit b6c437d
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions v3/doio/kb3x/kb3x-01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"name": "DOIO KB3x",
"vendorId": "0xD010",
"productId": "0x3F01",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": { "rows": 4, "cols": 6},
"layouts": {
"keymap":[
[
{"c": "#cccccc"},
{"w": 2},"3,0",
{"w": 2},"3,1",
{"w": 2},"3,2",
{
"x": 3
},
{"w": 2},"3,3",
{"w": 2},"3,4",
{"w": 2},"3,5"
],
[
{
"x": 1, "y": 2
},
"0,0",
{
"x": 5
},
"1,0",
{
"x": 5
},
"2,0"
],
[
"0,1",
"0,4\n\n\n\n\n\n\n\n\ne0",
"0,3",
{
"x": 3
},
"1,1",
"1,4\n\n\n\n\n\n\n\n\ne1",
"1,3",
{
"x": 3
},
"2,1",
"2,4\n\n\n\n\n\n\n\n\ne2",
"2,3"
],
[
{
"x": 1
},
"0,2",
{
"x": 5
},
"1,2",
{
"x": 5
},
"2,2"
]
]
}
}

0 comments on commit b6c437d

Please sign in to comment.