Skip to content

Commit

Permalink
Merge pull request #2203 from cskeeters/slice65
Browse files Browse the repository at this point in the history
Adds support for slice65 from pizzakeyboards
  • Loading branch information
Cipulot authored Mar 29, 2024
2 parents 96ce501 + edae10e commit 8feb415
Showing 1 changed file with 165 additions and 0 deletions.
165 changes: 165 additions & 0 deletions v3/pizzakeyboards/slice65/slice65.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"name": "slice65",
"vendorId": "0x504b",
"productId": "0x707c",
"matrix": {
"rows": 10,
"cols": 8
},
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"1,0",
"0,1",
"1,1",
"0,2",
"1,2",
"0,3",
"1,3",
"0,4",
"1,4",
"0,5",
"1,5",
"0,6",
{
"c": "#aaaaaa",
"w": 2
},
"1,6",
"0,7"
],
[
{
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"3,0",
"2,1",
"3,1",
"2,2",
"3,2",
"2,3",
"3,3",
"2,4",
"3,4",
"2,5",
"3,5",
"2,6",
{
"w": 1.5
},
"3,6",
{
"c": "#aaaaaa"
},
"2,7"
],
[
{
"w": 1.75
},
"4,0",
{
"c": "#cccccc"
},
"5,0",
"4,1",
"5,1",
"4,2",
"5,2",
"4,3",
"5,3",
"4,4",
"5,4",
"4,5",
"5,5",
{
"c": "#777777",
"w": 2.25
},
"5,6",
{
"c": "#aaaaaa"
},
"4,7"
],
[
{
"w": 2.25
},
"6,0",
{
"c": "#cccccc"
},
"6,1",
"7,1",
"6,2",
"7,2",
"6,3",
"7,3",
"6,4",
"7,4",
"6,5",
"7,5",
{
"c": "#aaaaaa",
"w": 1.75
},
"6,6",
{
"c": "#777777"
},
"7,6",
{
"c": "#aaaaaa"
},
"6,7"
],
[
{
"w": 1.25
},
"8,0",
{
"w": 1.25
},
"9,0",
{
"w": 1.25
},
"8,1",
{
"c": "#cccccc",
"w": 6.25
},
"8,3",
{
"c": "#aaaaaa",
"w": 1.25
},
"8,5",
{
"w": 1.25
},
"9,5",
{
"x": 0.5,
"c": "#777777"
},
"8,6",
"9,6",
"8,7"
]
]
}
}

0 comments on commit 8feb415

Please sign in to comment.