Skip to content

Commit

Permalink
Add GKB-M16 Macro Pad
Browse files Browse the repository at this point in the history
  • Loading branch information
gkeyboard committed Jan 2, 2021
1 parent 281e76c commit aed53c0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/gkeyboard/gkb_m16/gkb_m16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name":"GKB-M16",
"vendorId":"0x474B",
"productId":"0x4201",
"lighting":"qmk_rgblight",
"matrix":{
"rows":4,
"cols":4
},
"layouts": {
"keymap":
[
[
"0,0",
"0,1",
"0,2",
"0,3"
],
[
"1,0",
"1,1",
"1,2",
"1,3"
],
[
"2,0",
"2,1",
"2,2",
"2,3"
],
[
"3,0",
"3,1",
"3,2",
"3,3"
]
]
}
}

0 comments on commit aed53c0

Please sign in to comment.