Skip to content

Commit

Permalink
Merge pull request #2331 from willoucom/keyboard/keybow2040
Browse files Browse the repository at this point in the history
Add Pimoroni Keybow 2040
  • Loading branch information
Cipulot authored Dec 18, 2024
2 parents aa745f9 + 9698d1f commit 7a4828d
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions v3/pimoroni/keybow2040/keybow2040.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "Pimoroni Keybow 2040",
"vendorId": "0x5069",
"productId": "0x4784",
"matrix": {
"rows": 5,
"cols": 4
},
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgb_matrix"
],
"layouts": {
"keymap": [
[
{
"x": 2.5,
"w": 0.5,
"h": 0.5,
"w2": 1
},
"4,0"
],
[
{
"y": -0.5
},
"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 7a4828d

Please sign in to comment.