Skip to content

Commit

Permalink
Add Laser Ninja Pumpkinpad (#2116)
Browse files Browse the repository at this point in the history
* Add Laser Ninja Pumpkinpad

* Update pumpkinpad.json v2

* Update pumpkinpad.json v3
  • Loading branch information
zykrah authored Feb 25, 2024
1 parent 8e80bd0 commit a35e9dd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/laser_ninja/pumpkinpad/pumpkinpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Pumpkinpad",
"vendorId": "0x6C6E",
"productId": "0x7070",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 3,
"cols": 4
},
"layouts": {
"keymap": [
[{"x":0.5}, "0,0","0,1","0,2"],
["1,0", "1,1", "1,2", "1,3"],
[{"x":0.5}, "2,0", "2,1", "2,2"]
]
}
}
18 changes: 18 additions & 0 deletions v3/laser_ninja/pumpkinpad/pumpkinpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Pumpkinpad",
"vendorId": "0x6C6E",
"productId": "0x7070",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": {
"rows": 3,
"cols": 4
},
"layouts": {
"keymap": [
[{"x":0.5}, "0,0","0,1","0,2"],
["1,0", "1,1", "1,2", "1,3"],
[{"x":0.5}, "2,0", "2,1", "2,2"]
]
}
}

0 comments on commit a35e9dd

Please sign in to comment.