Skip to content

Commit

Permalink
Merge pull request #177 from ohchiko/feature/mixi
Browse files Browse the repository at this point in the history
Add VIA support for mixi
  • Loading branch information
wilba authored Aug 4, 2020
2 parents 09a1ee7 + 20a5555 commit c7182c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/mixi/mixi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Mixi",
"vendorId": "0x4752",
"productId": "0x4d49",
"lighting": "qmk_rgblight",
"customFeatures": ["rotary-encoder"],
"matrix": {
"rows": 3,
"cols": 3
},
"layouts": {
"keymap": [
["0,0", "0,1", "0,2"],
["1,0", "1,1", "1,2"],
["2,0", "2,1", "2,2"]
]
}
}

0 comments on commit c7182c7

Please sign in to comment.