Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sekigon-gonnoc/57fbedc9a29e2c202b2aa52562fc0366 to your computer and use it in GitHub Desktop.
Save sekigon-gonnoc/57fbedc9a29e2c202b2aa52562fc0366 to your computer and use it in GitHub Desktop.
PiPi Gherkin用のQMK
{
"name": "PiPi Gherkin",
"vendorId": "0xfeed",
"productId": "0x6060",
"lighting": "none",
"matrix": {
"rows": 5,
"cols": 6
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"1,0",
"1,1",
"1,2",
"1,3"
],
[
"1,4",
"1,5",
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"3,0",
"3,1"
],
[
"3,2",
"3,3",
"3,4",
"3,5",
"4,0",
"4,1",
"4,2",
"4,3",
"4,4",
"4,5"
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment