Skip to content

Commit

Permalink
Merge pull request #689 from matthewdias/yoink
Browse files Browse the repository at this point in the history
Add program yoink keyboard
  • Loading branch information
wilba authored Jul 12, 2021
2 parents 26e5230 + 0bca207 commit c35d077
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/program_yoink/program_yoink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Program Yoink!",
"vendorId": "0x7079",
"productId": "0xF10B",
"lighting": "qmk_rgblight",
"matrix": {
"rows": 4,
"cols": 13
},
"layouts": {
"labels": [
["Bottom Row", "6.25u", "7u", "Split Space"]
],
"keymap": [
[{"c":"#aaaaaa"},"0,0",{"c":"#cccccc"},"0,1","0,2","0,3","0,4","0,5","0,6","0,7","0,8","0,9","0,10",{"c":"#aaaaaa"},"0,11",{"x":0.5},"0,12"],
[{"w":1.25},"1,0",{"c":"#cccccc"},"1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9",{"c":"#aaaaaa","w":1.75},"1,10",{"x":0.5},"1,12"],
[{"w":1.75},"2,0",{"c":"#cccccc"},"2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8\n.",{"c":"#aaaaaa","w":1.25},"2,9",{"x":1.5},"2,12"],
[{"y":-0.75,"x":11.25,"c":"#777777"},"2,10"],
[{"y":-0.25,"c":"#aaaaaa","w":1.25},"3,0\n\n\n0,0",{"w":1.25},"3,1\n\n\n0,0",{"c":"#cccccc","w":6.25},"3,4\n\n\n0,0",{"c":"#aaaaaa","w":1.25},"3,8\n\n\n0,0"],
[{"y":-0.75,"x":10.25,"c":"#777777"},"3,9","3,10","3,12"],
[{"y":0.25,"c":"#aaaaaa"},"3,0\n\n\n0,1","3,1\n\n\n0,1",{"c":"#cccccc","w":7},"3,4\n\n\n0,1",{"c":"#aaaaaa"},"3,8\n\n\n0,1"],
["3,0\n\n\n0,2","3,1\n\n\n0,2","3,2\n\n\n0,2",{"c":"#cccccc","w":2.75},"3,3\n\n\n0,2",{"w":2.25},"3,5\n\n\n0,2",{"c":"#aaaaaa"},"3,7\n\n\n0,2","3,8\n\n\n0,2"]
]
}
}

0 comments on commit c35d077

Please sign in to comment.