Skip to content

Commit

Permalink
Merge pull request #340 from jackytrabbit/commits
Browse files Browse the repository at this point in the history
Add support for lazydesigners/the30
  • Loading branch information
wilba authored Oct 19, 2020
2 parents 924b8bc + 36e834b commit 98f0d0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lazydesigners/the30.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "THE30",
"vendorId": "0x4C44",
"productId": "0x0030",
"lighting": "qmk_backlight_rgblight",
"matrix": {"rows": 3, "cols": 10},
"layouts": {
"keymap": [
["0,0","0,1","0,2","0,3","0,4","0,5","0,6","0,7","0,8","0,9"],
["1,0","1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9"],
["2,0","2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8","2,9"]
]
}
}

0 comments on commit 98f0d0e

Please sign in to comment.