From b6c437da734e8deac0105c85a40c28ca7d03d7b4 Mon Sep 17 00:00:00 2001 From: DOIO2022 <116554792+DOIO2022@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:20:29 +0800 Subject: [PATCH] Add files via upload --- v3/doio/kb3x/kb3x-01.json | 69 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 v3/doio/kb3x/kb3x-01.json diff --git a/v3/doio/kb3x/kb3x-01.json b/v3/doio/kb3x/kb3x-01.json new file mode 100644 index 0000000000..d044af4547 --- /dev/null +++ b/v3/doio/kb3x/kb3x-01.json @@ -0,0 +1,69 @@ +{ + "name": "DOIO KB3x", + "vendorId": "0xD010", + "productId": "0x3F01", + "keycodes": ["qmk_lighting"], + "menus": ["qmk_rgb_matrix"], + "matrix": { "rows": 4, "cols": 6}, + "layouts": { + "keymap":[ + [ + {"c": "#cccccc"}, + {"w": 2},"3,0", + {"w": 2},"3,1", + {"w": 2},"3,2", + { + "x": 3 + }, + {"w": 2},"3,3", + {"w": 2},"3,4", + {"w": 2},"3,5" + ], + [ + { + "x": 1, "y": 2 + }, + "0,0", + { + "x": 5 + }, + "1,0", + { + "x": 5 + }, + "2,0" + ], + [ + "0,1", + "0,4\n\n\n\n\n\n\n\n\ne0", + "0,3", + { + "x": 3 + }, + "1,1", + "1,4\n\n\n\n\n\n\n\n\ne1", + "1,3", + { + "x": 3 + }, + "2,1", + "2,4\n\n\n\n\n\n\n\n\ne2", + "2,3" + ], + [ + { + "x": 1 + }, + "0,2", + { + "x": 5 + }, + "1,2", + { + "x": 5 + }, + "2,2" + ] +] +} +} \ No newline at end of file