Skip to content

Commit

Permalink
Add keymap for soda/mango (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
gezhaoyou authored Jul 9, 2023
1 parent 0ef9f78 commit 7b48a08
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions v3/soda/mango/mango.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "MF17",
"vendorId": "0x3A54",
"productId": "0x4F5D",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],

"matrix": {"rows": 5,"cols":4},

"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3"
],
[
"1,0",
"1,1",
"1,2",
{
"h": 2
},
"2,3"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2",
{
"h": 2
},
"4,3"
],
[
{
"w": 2
},
"4,1",
"4,2"
]
]
}
}

0 comments on commit 7b48a08

Please sign in to comment.