Skip to content

Commit

Permalink
add kbdpad_mk3 support (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
moyi4681 authored Dec 6, 2022
1 parent 8088d2e commit bc1e194
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions src/kbdfans/kbdpad_mk3/kbdpad_mk3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"name": "KBDPad MK3",
"vendorId": "0x4B42",
"productId": "0x0012",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 6,
"cols": 4
},
"layouts": {
"keymap": [
[
{
"c": "#aaaaaa"
},
"0,0",
"0,1",
"0,2",
"0,3"
],
[
{
"y": 0.25
},
"1,0",
"1,1",
"1,2",
"1,3"
],
[
{
"c": "#cccccc"
},
"2,0",
"2,1",
"2,2",
{
"c": "#aaaaaa",
"h": 2
},
"2,3"
],
[
{
"c": "#cccccc"
},
"3,0",
"3,1",
"3,2"
],
[
{
"c": "#cccccc"
},
"4,0",
"4,1",
"4,2",
{
"c": "#aaaaaa",
"h": 2
},
"4,3"
],
[
{
"c": "#cccccc",
"w": 2
},
"5,0",
"5,2"
]
]
}
}

0 comments on commit bc1e194

Please sign in to comment.