From 6016d8e0c4e8871a92d308d3b55a6ebf0b7c54a0 Mon Sep 17 00:00:00 2001 From: Danny Nguyen Date: Mon, 22 Jan 2024 18:45:09 -0500 Subject: [PATCH] Add Chiri CE Rev. 1 --- v3/keebio/chiri/chiri-ce-rev1.json | 96 ++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 v3/keebio/chiri/chiri-ce-rev1.json diff --git a/v3/keebio/chiri/chiri-ce-rev1.json b/v3/keebio/chiri/chiri-ce-rev1.json new file mode 100644 index 0000000000..fd8d6753c6 --- /dev/null +++ b/v3/keebio/chiri/chiri-ce-rev1.json @@ -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" ] + ] + } +}