Skip to content

Commit

Permalink
add support for deng/thirty (#1569)
Browse files Browse the repository at this point in the history
* Create thirty.json

* Update thirty.json

* Create thirty.json
  • Loading branch information
myst729 authored Dec 20, 2022
1 parent 9766033 commit b8bd0eb
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/deng/thirty/thirty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Thirty",
"vendorId": "0xDE29",
"productId": "0x7342",
"lighting": "qmk_backlight",
"matrix": {
"rows": 6,
"cols": 5
},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2", "0,3", "0,4", "3,4", "3,3", "3,2", "3,1", "3,0"],
["1,0", "1,1", "1,2", "1,3", "1,4", "4,4", "4,3", "4,2", "4,1", {"c": "#777777"}, "4,0"],
["2,0", "2,1", "2,2", "2,3", "2,4", "5,4", "5,3", {"c": "#777777"}, "5,2", {"c": "#777777"}, "5,1", {"c": "#777777"}, "5,0"]
]
}
}
22 changes: 22 additions & 0 deletions v3/deng/thirty/thirty.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Thirty",
"vendorId": "0xDE29",
"productId": "0x7342",
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_backlight"
],
"matrix": {
"rows": 6,
"cols": 5
},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2", "0,3", "0,4", "3,4", "3,3", "3,2", "3,1", "3,0"],
["1,0", "1,1", "1,2", "1,3", "1,4", "4,4", "4,3", "4,2", "4,1", {"c": "#777777"}, "4,0"],
["2,0", "2,1", "2,2", "2,3", "2,4", "5,4", "5,3", {"c": "#777777"}, "5,2", {"c": "#777777"}, "5,1", {"c": "#777777"}, "5,0"]
]
}
}

0 comments on commit b8bd0eb

Please sign in to comment.