Skip to content

Commit

Permalink
Move over 108.json to a more logical place
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia authored Mar 16, 2023
1 parent 46631c0 commit 9e779e2
Showing 1 changed file with 167 additions and 0 deletions.
167 changes: 167 additions & 0 deletions src/test-definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
{
"name": "Tester",
"vendorId": "0x0000",
"productId": "0x0000",
"lighting": "none",
"matrix": {"rows": 1, "cols": 108},
"layouts": {
"keymap": [
[
{"c": "#888888"},
"0,0",
{"x": 1, "c": "#cccccc"},
"0,1",
"0,2",
"0,3",
"0,4",
{"x": 0.5, "c": "#aaaaaa"},
"0,5",
"0,6",
"0,7",
"0,8",
{"x": 0.5, "c": "#cccccc"},
"0,9",
"0,10",
"0,11",
"0,12",
{"x": 0.25, "c": "#aaaaaa"},
"0,13",
"0,14",
"0,15",
{"x": 0.25},
"0,16",
"0,17",
"0,18",
"0,19"
],
[
{"y": 0.25, "c": "#cccccc"},
"0,20",
"0,21",
"0,22",
"0,23",
"0,24",
"0,25",
"0,26",
"0,27",
"0,28",
"0,29",
"0,30",
"0,31",
"0,32",
{"c": "#aaaaaa", "w": 2},
"0,33",
{"x": 0.25},
"0,34",
"0,35",
"0,36",
{"x": 0.25},
"0,37",
"0,38",
"0,39",
"0,40"
],
[
{"w": 1.5},
"0,41",
{"c": "#cccccc"},
"0,42",
"0,43",
"0,44",
"0,45",
"0,46",
"0,47",
"0,48",
"0,49",
"0,50",
"0,51",
"0,52",
"0,53",
{"w": 1.5},
"0,54",
{"x": 0.25, "c": "#aaaaaa"},
"0,55",
"0,56",
"0,57",
{"x": 0.25, "c": "#cccccc"},
"0,58",
"0,59",
"0,60",
{"c": "#aaaaaa", "h": 2},
"0,61"
],
[
{"w": 1.75},
"0,62",
{"c": "#cccccc"},
"0,63",
"0,64",
"0,65",
"0,66",
"0,67",
"0,68",
"0,69",
"0,70",
"0,71",
"0,72",
"0,73",
{"c": "#888888", "w": 2.25},
"0,74",
{"x": 3.5, "c": "#cccccc"},
"0,75",
"0,76",
"0,77"
],
[
{"c": "#aaaaaa", "w": 2.25},
"0,78",
{"c": "#cccccc"},
"0,79",
"0,80",
"0,81",
"0,82",
"0,83",
"0,84",
"0,85",
"0,86",
"0,87",
"0,88",
{"c": "#aaaaaa", "w": 2.75},
"0,89",
{"x": 1.25},
"0,90",
{"x": 1.25, "c": "#cccccc"},
"0,91",
"0,92",
"0,93",
{"c": "#888888", "h": 2},
"0,94"
],
[
{"c": "#aaaaaa", "w": 1.25},
"0,95",
{"w": 1.25},
"0,96",
{"w": 1.25},
"0,97",
{"c": "#cccccc", "w": 6.25},
"0,98",
{"c": "#aaaaaa", "w": 1.25},
"0,99",
{"w": 1.25},
"0,100",
{"w": 1.25},
"0,101",
{"w": 1.25},
"0,102",
{"x": 0.25},
"0,103",
"0,104",
"0,105",
{"x": 0.25, "c": "#cccccc", "w": 2},
"0,106",
"0,107"
]
]
}
}

0 comments on commit 9e779e2

Please sign in to comment.