Skip to content

Commit

Permalink
Add Junco Keyboard (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneski13 authored Apr 8, 2023
1 parent 5aaa1d7 commit 618288b
Showing 1 changed file with 335 additions and 0 deletions.
335 changes: 335 additions & 0 deletions v3/junco/junco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,335 @@
{
"name": "Junco",
"vendorId": "0x4413",
"productId": "0x4A13",
"matrix": {
"rows": 10,
"cols": 6
},
"keycodes": [
"qmk_lighting"
],
"menus": [
"qmk_rgb_matrix"
],
"layouts": {
"labels": [
"Extra Left Side Encoder",
"Extra Right Side Encoder"
],
"keymap": [
[
{
"x": 3
},
"0,3",
{
"x": 7
},
"5,3"
],
[
{
"y": -0.7,
"x": 2
},
"0,2",
{
"x": 1
},
"0,4",
{
"x": 5
},
"5,4",
{
"x": 1
},
"5,2"
],
[
{
"y": -0.85,
"x": 5
},
"0,5",
{
"x": 3
},
"5,5"
],
[
{
"y": -0.75
},
"0,0",
"0,1",
{
"x": 11
},
"5,1",
"5,0"
],
[
{
"y": -0.7,
"x": 3
},
"1,3",
{
"x": 7
},
"6,3"
],
[
{
"y": -0.7,
"x": 2
},
"1,2",
{
"x": 1
},
"1,4",
{
"x": 5
},
"6,4",
{
"x": 1
},
"6,2"
],
[
{
"y": -0.8500000000000001,
"x": 5
},
"1,5",
{
"x": 3
},
"6,5"
],
[
{
"y": -0.75
},
"1,0",
"1,1",
{
"x": 11
},
"6,1",
{
"c": "#777777"
},
"6,0"
],
[
{
"y": -0.7,
"x": 3,
"c": "#cccccc"
},
"2,3",
{
"x": 7
},
"7,3"
],
[
{
"y": -0.7000000000000002,
"x": 2
},
"2,2",
{
"x": 1
},
"2,4",
{
"x": 5
},
"7,4",
{
"x": 1
},
"7,2"
],
[
{
"y": -0.8500000000000001,
"x": 5
},
"2,5",
{
"x": 3
},
"7,5"
],
[
{
"y": -0.75,
"c": "#777777"
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
{
"x": 11
},
"7,1",
"7,0"
],
[
{
"y": -0.6999999999999997,
"x": 3
},
"3,3",
{
"x": 7
},
"8,3"
],
[
{
"y": -0.7000000000000002,
"x": 2
},
"3,2",
{
"x": 1
},
"3,4",
{
"x": 5
},
"8,4",
{
"x": 1
},
"8,2"
],
[
{
"y": -0.8500000000000005,
"x": 5
},
"3,5",
{
"x": 0.40000000000000036
},
"4,5\n\n\n\n\n\n\n\n\ne1",
{
"x": 0.2999999999999998
},
"9,5\n\n\n\n\n\n\n\n\ne2"
],
[
{
"y": -0.9999999999999996,
"x": 9
},
"8,5"
],
[
{
"y": -0.75,
"c": "#aaaaaa"
},
"3,0\n\n\n0,1\n\n\n\n\n\ne0",
{
"c": "#cccccc"
},
"3,1",
{
"x": 11
},
"8,1",
{
"c": "#aaaaaa"
},
"8,0\n\n\n1,1\n\n\n\n\n\ne3"
],
[
{
"y": -0.9999999999999991
},
"3,0\n\n\n0,0",
{
"x": 13
},
"8,0\n\n\n1,0"
],
[
{
"y": -0.7000000000000011,
"x": 3
},
"4,1",
{
"x": 7
},
"9,1"
],
[
{
"y": -0.7000000000000002,
"x": 2
},
"4,0",
{
"x": 1
},
"4,2",
{
"x": 5
},
"9,2",
{
"x": 1
},
"9,0"
],
[
{
"r": 22,
"rx": 5.3,
"ry": 4.45,
"h": 1.5
},
"4,3"
],
[
{
"rx": 6.4,
"c": "#cccccc",
"h": 1.5
},
"4,4"
],
[
{
"r": -22,
"rx": 8.6,
"x": -1,
"c": "#aaaaaa",
"h": 1.5
},
"9,3"
],
[
{
"rx": 9.7,
"x": -1,
"h": 1.5
},
"9,4"
]
]
}
}

0 comments on commit 618288b

Please sign in to comment.