From 6b0d3616a3e64355bc2b209e43bd37a6234e4680 Mon Sep 17 00:00:00 2001 From: DOIO2022 <116554792+DOIO2022@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:57:48 +0800 Subject: [PATCH] Add kb09 keyboard --- v3/doio/kb09/kb09-01.json | 76 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 v3/doio/kb09/kb09-01.json diff --git a/v3/doio/kb09/kb09-01.json b/v3/doio/kb09/kb09-01.json new file mode 100644 index 0000000000..2a3ebf82e7 --- /dev/null +++ b/v3/doio/kb09/kb09-01.json @@ -0,0 +1,76 @@ +{ + "name": "DOIO KB09-01", + "vendorId": "0xD010", + "productId": "0x0901", + "matrix": { + "rows": 4, + "cols": 5 + }, + "keycodes": [ + "qmk_lighting" + ], + "menus": [ + "qmk_rgb_matrix" + ], + "layouts": { + "keymap": [ + [ + { + "x": 1 + }, + "1,3" + ], + [ + "0,3", + { + "x": 1 + }, + "2,3", + { + "x": 2 + }, + "0,0", + "0,1", + "0,2", + { + "x": 2 + }, + "1,4\n\n\n\n\n\n\n\n\ne1" + ], + [ + { + "x": 1 + }, + "3,0", + { + "x": 3 + }, + "1,0", + "1,1", + "1,2", + { + "x": 1 + }, + "0,4\n\n\n\n\n\n\n\n\ne0" + ], + [ + { + "x": 3 + }, + "3,1", + { + "x": 1 + }, + "2,0", + "2,1", + "2,2" + ], + [ + { + "x": 3 + }, + "3,2" + ] + ] + } +} \ No newline at end of file