Skip to content

Commit

Permalink
add mmk_3.json (#2117)
Browse files Browse the repository at this point in the history
* add mmk_3 json file

* Delete src/mwstudio/mmk_3.json
  • Loading branch information
TW59420 authored Feb 25, 2024
1 parent a35e9dd commit c9864d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions v3/mwstudio/mmk_3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "MMK_3",
"vendorId": "0x7BA1",
"productId": "0x3001",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgblight"],
"matrix": {"rows": 1, "cols": 3},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2"
]
]
}
}

0 comments on commit c9864d6

Please sign in to comment.