Skip to content

Commit

Permalink
Add Chiri CE Rev. 1 (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored Jul 6, 2024
1 parent d00359d commit 1780ac5
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions v3/keebio/chiri/chiri-ce-rev1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"name": "Chiri CE Rev. 1",
"vendorId": "0xCB10",
"productId": "0x1546",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": {"rows": 8, "cols": 6},
"layouts": {
"labels": [
["Left Outer Column" , "On", "Off"],
["Right Outer Column", "On", "Off"]
],
"keymap": [
[ {"x": 3}, "0,3", {"x": 8}, "4,3" ],
[
{"y": -0.87, "x": 2},
"0,2",
{"x": 1},
"0,4",
{"x": 6},
"4,4",
{"x": 1},
"4,2"
],
[ {"y": -0.88, "x": 5}, "0,5", {"x": 4}, "4,5" ],
[
{"y": -0.87, "c": "#777777"},
"0,0\n\n\n0,0",
{"c": "#cccccc"},
"0,1",
{"x": 12},
"4,1",
{"c": "#aaaaaa"},
"4,0\n\n\n1,0"
],
[ {"y": -0.38, "x": 3, "c": "#cccccc"}, "1,3", {"x": 8}, "5,3" ],
[
{"y": -0.87, "x": 2},
"1,2",
{"x": 1},
"1,4",
{"x": 6},
"5,4",
{"x": 1},
"5,2"
],
[ {"y": -0.88, "x": 5}, "1,5", {"x": 4}, "5,5" ],
[
{"y": -0.87, "c": "#aaaaaa"},
"1,0\n\n\n0,0",
{"c": "#cccccc"},
"1,1",
{"x": 12},
"5,1",
{"c": "#aaaaaa"},
"5,0\n\n\n1,0"
],
[ {"y": -0.38, "x": 3, "c": "#cccccc"}, "2,3", {"x": 8}, "6,3" ],
[
{"y": -0.87, "x": 2},
"2,2",
{"x": 1},
"2,4",
{"x": 6},
"6,4",
{"x": 1},
"6,2"
],
[ {"y": -0.88, "x": 5}, "2,5", {"x": 4}, "6,5" ],
[
{"y": -0.87, "c": "#aaaaaa"},
"2,0\n\n\n0,0",
{"c": "#cccccc"},
"2,1",
{"x": 12},
"6,1",
{"c": "#aaaaaa"},
"6,0\n\n\n1,0"
],
[ {"y": -0.13, "x": 3.5}, "3,2", {"x": 7}, "7,2" ],
[ {"y": -0.87, "x": 4.5}, "3,3", {"x": 5}, "7,3" ],
[
{"c": "#777777", "d": true},
"0,0\n\n\n0,1",
{"x": 14, "c": "#aaaaaa", "d": true},
"4,0\n\n\n1,1"
],
[ {"d": true}, "1,0\n\n\n0,1", {"x": 14, "d": true}, "5,0\n\n\n1,1" ],
[ {"d": true}, "2,0\n\n\n0,1", {"x": 14, "d": true}, "6,0\n\n\n1,1" ],
[ {"r": 30, "rx": 8, "y": 3.25, "x": 0.1, "c": "#777777"}, "3,5" ],
[ {"x": 0.1}, "3,4" ],
[ {"r": -30, "y": -2, "x": -1.1}, "7,5" ],
[ {"x": -1.1}, "7,4" ]
]
}
}

0 comments on commit 1780ac5

Please sign in to comment.