diff options
Diffstat (limited to 'keyboards/qwertlekeys')
-rw-r--r-- | keyboards/qwertlekeys/calice/calice.c | 17 | ||||
-rw-r--r-- | keyboards/qwertlekeys/calice/calice.h | 44 | ||||
-rw-r--r-- | keyboards/qwertlekeys/calice/config.h | 7 | ||||
-rw-r--r-- | keyboards/qwertlekeys/calice/info.json | 302 | ||||
-rw-r--r-- | keyboards/qwertlekeys/calice/matrix_diagram.md | 18 |
5 files changed, 233 insertions, 155 deletions
diff --git a/keyboards/qwertlekeys/calice/calice.c b/keyboards/qwertlekeys/calice/calice.c deleted file mode 100644 index d284544964..0000000000 --- a/keyboards/qwertlekeys/calice/calice.c +++ /dev/null @@ -1,17 +0,0 @@ -/* copyright 2021 Joah Nelson (jels) -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERAHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see <https://www.gnu.org/licenses/>. -*/ - -#include "calice.h" diff --git a/keyboards/qwertlekeys/calice/calice.h b/keyboards/qwertlekeys/calice/calice.h deleted file mode 100644 index e418266dd9..0000000000 --- a/keyboards/qwertlekeys/calice/calice.h +++ /dev/null @@ -1,44 +0,0 @@ -/* copyright 2021 Joah Nelson (jels) -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERAHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see <https://www.gnu.org/licenses/>. -*/ - -#pragma once - -#include "quantum.h" - -#define ____ KC_NO - - -#define LAYOUT_all( \ - K0B0, K0A0, K0B1, K0A1, K0B2, K0A2, K0B3, K0A4, K0B4, K0A5, K0B5, K0A6, K0B6, K0A7, K0B7, \ - K1B0, K1A0, K1B1, K1A1, K1B2, K1A2, K1B3, K1A4, K1B4, K1A5, K1B5, K1A6, K1B6, K2B6, K1A7, K1B7, \ - K2B0, K2A0, K2B1, K2A1, K2B2, K2A2, K2B3, K2A4, K2B4, K2A5, K2B5, K2A6, K3B6, K2A7, K2B7, \ - K3B0, K3A0, K3B1, K3A1, K3B2, K3A2, K3B3, K3A4, K3B4, K3A5, K3B5, K3A6, K3A7, K3B7, \ - K4B0, K4A0, K4B1, K4A1, K4B2, K4A2, K4B3, K4A4, K4B4, K4A5, K4B5, K4A6, K4B6, K4A7, \ - K5B0, K5A0, K5B2, K5A2, K5A4, K5A5, K5B6, K5A7, K5B7 \ -){ \ - {K0A0, K0A1, K0A2, ____, K0A4, K0A5, K0A6, K0A7}, \ - {K0B0, K0B1, K0B2, K0B3, K0B4, K0B5, K0B6, K0B7}, \ - {K1A0, K1A1, K1A2, ____, K1A4, K1A5, K1A6, K1A7}, \ - {K1B0, K1B1, K1B2, K1B3, K1B4, K1B5, K1B6, K1B7}, \ - {K2A0, K2A1, K2A2, ____, K2A4, K2A5, K2A6, K2A7}, \ - {K2B0, K2B1, K2B2, K2B3, K2B4, K2B5, K2B6, K2B7}, \ - {K3A0, K3A1, K3A2, ____, K3A4, K3A5, K3A6, K3A7}, \ - {K3B0, K3B1, K3B2, K3B3, K3B4, K3B5, K3B6, K3B7}, \ - {K4A0, K4A1, K4A2, ____, K4A4, K4A5, K4A6, K4A7}, \ - {K4B0, K4B1, K4B2, K4B3, K4B4, K4B5, K4B6, ____}, \ - {K5A0, ____, K5A2, ____, K5A4, K5A5, ____, K5A7}, \ - {K5B0, ____, K5B2, ____, ____, ____, K5B6, K5B7} \ -} diff --git a/keyboards/qwertlekeys/calice/config.h b/keyboards/qwertlekeys/calice/config.h index 4de51720ea..a15f35c444 100644 --- a/keyboards/qwertlekeys/calice/config.h +++ b/keyboards/qwertlekeys/calice/config.h @@ -16,13 +16,6 @@ #pragma once -/*Define Matrix Pins */ -#define MATRIX_ROW_PINS {F0, F1, F5, F4, C6, C7, B5, B6, D4, D2, D5, D3} -#define MATRIX_COL_PINS {D7, B4, F7, F6, D1, B7, B3, B2} - -/* COL2ROW or ROW2COL */ -#define DIODE_DIRECTION COL2ROW - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ diff --git a/keyboards/qwertlekeys/calice/info.json b/keyboards/qwertlekeys/calice/info.json index 5a425f97a8..c5d880f40c 100644 --- a/keyboards/qwertlekeys/calice/info.json +++ b/keyboards/qwertlekeys/calice/info.json @@ -1,13 +1,18 @@ { - "keyboard_name": "Calice", + "keyboard_name": "Calice", "manufacturer": "QwertleKeys", - "url": "", - "maintainer": "Jels", + "url": "", + "maintainer": "Jels02", "usb": { "vid": "0x716B", "pid": "0x0001", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["D7", "B4", "F7", "F6", "D1", "B7", "B3", "B2"], + "rows": ["F0", "F1", "F5", "F4", "C6", "C7", "B5", "B6", "D4", "D2", "D5", "D3"] + }, + "diode_direction": "COL2ROW", "encoder": { "rotary": [ {"pin_a": "B0", "pin_b": "B1"} @@ -23,89 +28,212 @@ "bootloader": "atmel-dfu", "layouts": { "LAYOUT_all": { - "layout": [{"label":"1,0", "x":0.5, "y":0}, - {"label":"0,0", "x":1.75, "y":0}, - {"label":"1,1", "x":2.75, "y":0}, - {"label":"0,1", "x":3.75, "y":0}, - {"label":"1,2", "x":4.75, "y":0}, - {"label":"0,2", "x":6.25, "y":0}, - {"label":"1,3", "x":7.25, "y":0}, - {"label":"0,4", "x":8.25, "y":0}, - {"label":"1,4", "x":9.25, "y":0}, - {"label":"0,5", "x":10.75, "y":0}, - {"label":"1,5", "x":11.75, "y":0}, - {"label":"0,6", "x":12.75, "y":0}, - {"label":"1,6", "x":13.75, "y":0}, - {"label":"0,7", "x":15, "y":0}, - {"label":"1,7", "x":16.75, "y":0}, - {"label":"3,7", "x":17, "y":1}, - {"label":"3,0", "x":1.25, "y":1.25}, - {"label":"2,0", "x":2.25, "y":1.25}, - {"label":"3,1", "x":3.25, "y":1.25}, - {"label":"2,1", "x":4.25, "y":1.25}, - {"label":"3,2", "x":5.25, "y":1.25}, - {"label":"2,2", "x":6.25, "y":1.25}, - {"label":"3,3", "x":7.25, "y":1.25}, - {"label":"2,4", "x":8.75, "y":1.25}, - {"label":"3,4", "x":9.75, "y":1.25}, - {"label":"2,5", "x":10.75, "y":1.25}, - {"label":"3,5", "x":11.75, "y":1.25}, - {"label":"2,6", "x":12.75, "y":1.25}, - {"label":"3,6", "x":13.75, "y":1.25}, - {"label":"5,6", "x":14.75, "y":1.25}, - {"label":"2,7", "x":15.75, "y":1.25}, - {"label":"5,7", "x":17.25, "y":2}, - {"label":"5,0", "x":1, "y":2.25, "w":1.5}, - {"label":"4,0", "x":2.5, "y":2.25}, - {"label":"5,1", "x":3.5, "y":2.25}, - {"label":"4,1", "x":4.5, "y":2.25}, - {"label":"5,2", "x":5.5, "y":2.25}, - {"label":"4,2", "x":6.5, "y":2.25}, - {"label":"5,3", "x":8.5, "y":2.25}, - {"label":"4,4", "x":9.5, "y":2.25}, - {"label":"5,4", "x":10.5, "y":2.25}, - {"label":"4,5", "x":11.5, "y":2.25}, - {"label":"5,5", "x":12.5, "y":2.25}, - {"label":"4,6", "x":13.5, "y":2.25}, - {"label":"7,6", "x":14.5, "y":2.25}, - {"label":"4,7", "x":15.5, "y":2.25, "w":1.5}, - {"label":"7,7", "x":17.5, "y":3}, - {"label":"7,0", "x":0.75, "y":3.25, "w":1.75}, - {"label":"6,0", "x":2.5, "y":3.25}, - {"label":"7,1", "x":3.5, "y":3.25}, - {"label":"6,1", "x":4.5, "y":3.25}, - {"label":"7,2", "x":5.5, "y":3.25}, - {"label":"6,2", "x":6.5, "y":3.25}, - {"label":"7,3", "x":9, "y":3.25}, - {"label":"6,4", "x":10, "y":3.25}, - {"label":"7,4", "x":11, "y":3.25}, - {"label":"6,5", "x":12, "y":3.25}, - {"label":"7,5", "x":13, "y":3.25}, - {"label":"6,6", "x":14, "y":3.25}, - {"label":"6,7", "x":15, "y":3.25, "w":2.25}, - {"label":"9,0", "x":0.5, "y":4.25, "w":2.25}, - {"label":"8,0", "x":2.75, "y":4.25}, - {"label":"9,1", "x":3.75, "y":4.25}, - {"label":"8,1", "x":4.75, "y":4.25}, - {"label":"9,2", "x":5.75, "y":4.25}, - {"label":"8,2", "x":6.75, "y":4.25}, - {"label":"9,3", "x":8.75, "y":4.25}, - {"label":"8,4", "x":9.75, "y":4.25}, - {"label":"9,4", "x":10.75, "y":4.25}, - {"label":"8,5", "x":11.75, "y":4.25}, - {"label":"9,5", "x":12.75, "y":4.25}, - {"label":"8,6", "x":13.75, "y":4.25}, - {"label":"9,6", "x":14.75, "y":4.25, "w":1.75}, - {"label":"8,7", "x":16.5, "y":4.25}, - {"label":"11,0", "x":0.5, "y":5.25, "w":1.5}, - {"label":"10,0", "x":3.25, "y":5.25, "w":1.5}, - {"label":"11,2", "x":4.75, "y":5.25, "w":2.25}, - {"label":"10,2", "x":7, "y":5.25}, - {"label":"10,4", "x":8.25, "y":5.25, "w":2.75}, - {"label":"10,5", "x":11, "y":5.25, "w":1.5}, - {"label":"11,6", "x":15.5, "y":5.25}, - {"label":"10,7", "x":16.5, "y":5.25}, - {"label":"11,7", "x":17.5, "y":5.25}] - } + "layout": [ + {"label": "Esc", "matrix": [1, 0], "x": 0, "y": 0}, + + {"label": "F1", "matrix": [0, 0], "x": 1.25, "y": 0}, + {"label": "F2", "matrix": [1, 1], "x": 2.25, "y": 0}, + {"label": "F3", "matrix": [0, 1], "x": 3.25, "y": 0}, + {"label": "F4", "matrix": [1, 2], "x": 4.25, "y": 0}, + + {"label": "F5", "matrix": [0, 2], "x": 5.75, "y": 0}, + {"label": "F6", "matrix": [1, 3], "x": 6.75, "y": 0}, + {"label": "F7", "matrix": [0, 4], "x": 7.75, "y": 0}, + {"label": "F8", "matrix": [1, 4], "x": 8.75, "y": 0}, + + {"label": "F9", "matrix": [0, 5], "x": 10.25, "y": 0}, + {"label": "F10", "matrix": [1, 5], "x": 11.25, "y": 0}, + {"label": "F11", "matrix": [0, 6], "x": 12.25, "y": 0}, + {"label": "F12", "matrix": [1, 6], "x": 13.25, "y": 0}, + + {"label": "F13", "matrix": [0, 7], "x": 14.5, "y": 0}, + + {"label": "Delete", "matrix": [1, 7], "x": 16.25, "y": 0}, + + {"label": "`", "matrix": [3, 0], "x": 0.75, "y": 1.25}, + {"label": "1", "matrix": [2, 0], "x": 1.75, "y": 1.25}, + {"label": "2", "matrix": [3, 1], "x": 2.75, "y": 1.25}, + {"label": "3", "matrix": [2, 1], "x": 3.75, "y": 1.25}, + {"label": "4", "matrix": [3, 2], "x": 4.75, "y": 1.25}, + {"label": "5", "matrix": [2, 2], "x": 5.75, "y": 1.25}, + {"label": "6", "matrix": [3, 3], "x": 6.75, "y": 1.25}, + + {"label": "7", "matrix": [2, 4], "x": 8.25, "y": 1.25}, + {"label": "8", "matrix": [3, 4], "x": 9.25, "y": 1.25}, + {"label": "9", "matrix": [2, 5], "x": 10.25, "y": 1.25}, + {"label": "0", "matrix": [3, 5], "x": 11.25, "y": 1.25}, + {"label": "-", "matrix": [2, 6], "x": 12.25, "y": 1.25}, + {"label": "=", "matrix": [3, 6], "x": 13.25, "y": 1.25}, + {"label": "Backspace", "matrix": [5, 6], "x": 14.25, "y": 1.25}, + {"label": "`", "matrix": [2, 7], "x": 15.25, "y": 1.25}, + + {"label": "Home", "matrix": [3, 7], "x": 16.5, "y": 1}, + + {"label": "Tab", "matrix": [5, 0], "x": 0.5, "y": 2.25, "w": 1.5}, + {"label": "Q", "matrix": [4, 0], "x": 2, "y": 2.25}, + {"label": "W", "matrix": [5, 1], "x": 3, "y": 2.25}, + {"label": "E", "matrix": [4, 1], "x": 4, "y": 2.25}, + {"label": "R", "matrix": [5, 2], "x": 5, "y": 2.25}, + {"label": "T", "matrix": [4, 2], "x": 6, "y": 2.25}, + + {"label": "Y", "matrix": [5, 3], "x": 8, "y": 2.25}, + {"label": "U", "matrix": [4, 4], "x": 9, "y": 2.25}, + {"label": "I", "matrix": [5, 4], "x": 10, "y": 2.25}, + {"label": "O", "matrix": [4, 5], "x": 11, "y": 2.25}, + {"label": "P", "matrix": [5, 5], "x": 12, "y": 2.25}, + {"label": "[", "matrix": [4, 6], "x": 13, "y": 2.25}, + {"label": "]", "matrix": [7, 6], "x": 14, "y": 2.25}, + {"label": "\\", "matrix": [4, 7], "x": 15, "y": 2.25, "w": 1.5}, + + {"label": "Page Up", "matrix": [5, 7], "x": 16.75, "y": 2}, + + {"label": "Caps Lock", "matrix": [7, 0], "x": 0.25, "y": 3.25, "w": 1.75}, + {"label": "A", "matrix": [6, 0], "x": 2, "y": 3.25}, + {"label": "S", "matrix": [7, 1], "x": 3, "y": 3.25}, + {"label": "D", "matrix": [6, 1], "x": 4, "y": 3.25}, + {"label": "F", "matrix": [7, 2], "x": 5, "y": 3.25}, + {"label": "G", "matrix": [6, 2], "x": 6, "y": 3.25}, + + {"label": "H", "matrix": [7, 3], "x": 8.5, "y": 3.25}, + {"label": "J", "matrix": [6, 4], "x": 9.5, "y": 3.25}, + {"label": "K", "matrix": [7, 4], "x": 10.5, "y": 3.25}, + {"label": "L", "matrix": [6, 5], "x": 11.5, "y": 3.25}, + {"label": ";", "matrix": [7, 5], "x": 12.5, "y": 3.25}, + {"label": "'", "matrix": [6, 6], "x": 13.5, "y": 3.25}, + {"label": "Enter", "matrix": [6, 7], "x": 14.5, "y": 3.25, "w": 2.25}, + + {"label": "Page Down", "matrix": [7, 7], "x": 17, "y": 3}, + + {"label": "Shift", "matrix": [9, 0], "x": 0, "y": 4.25, "w": 2.25}, + {"label": "Z", "matrix": [8, 0], "x": 2.25, "y": 4.25}, + {"label": "X", "matrix": [9, 1], "x": 3.25, "y": 4.25}, + {"label": "C", "matrix": [8, 1], "x": 4.25, "y": 4.25}, + {"label": "V", "matrix": [9, 2], "x": 5.25, "y": 4.25}, + {"label": "B", "matrix": [8, 2], "x": 6.25, "y": 4.25}, + + {"label": "B", "matrix": [9, 3], "x": 8.25, "y": 4.25}, + {"label": "N", "matrix": [8, 4], "x": 9.25, "y": 4.25}, + {"label": "M", "matrix": [9, 4], "x": 10.25, "y": 4.25}, + {"label": ",", "matrix": [8, 5], "x": 11.25, "y": 4.25}, + {"label": ".", "matrix": [9, 5], "x": 12.25, "y": 4.25}, + {"label": "/", "matrix": [8, 6], "x": 13.25, "y": 4.25}, + {"label": "Shift", "matrix": [9, 6], "x": 14.25, "y": 4.25, "w": 1.75}, + {"label": "\u2191", "matrix": [8, 7], "x": 16, "y": 4.25}, + + {"label": "Ctrl", "matrix": [11, 0], "x": 0, "y": 5.25, "w": 1.5}, + {"label": "Alt", "matrix": [10, 0], "x": 2.75, "y": 5.25, "w": 1.5}, + {"label": "Space", "matrix": [11, 2], "x": 4.25, "y": 5.25, "w": 2.25}, + {"label": "Fn", "matrix": [10, 2], "x": 6.5, "y": 5.25}, + {"label": "Space", "matrix": [10, 4], "x": 7.75, "y": 5.25, "w": 2.75}, + {"label": "Alt", "matrix": [10, 5], "x": 10.5, "y": 5.25, "w": 1.5}, + + {"label": "\u2190", "matrix": [11, 6], "x": 15, "y": 5.25}, + {"label": "\u2193", "matrix": [10, 7], "x": 16, "y": 5.25}, + {"label": "\u2192", "matrix": [11, 7], "x": 17, "y": 5.25} + ] + }, + "LAYOUT_2u_bs": { + "layout": [ + {"label": "Esc", "matrix": [1, 0], "x": 0, "y": 0}, + + {"label": "F1", "matrix": [0, 0], "x": 1.25, "y": 0}, + {"label": "F2", "matrix": [1, 1], "x": 2.25, "y": 0}, + {"label": "F3", "matrix": [0, 1], "x": 3.25, "y": 0}, + {"label": "F4", "matrix": [1, 2], "x": 4.25, "y": 0}, + + {"label": "F5", "matrix": [0, 2], "x": 5.75, "y": 0}, + {"label": "F6", "matrix": [1, 3], "x": 6.75, "y": 0}, + {"label": "F7", "matrix": [0, 4], "x": 7.75, "y": 0}, + {"label": "F8", "matrix": [1, 4], "x": 8.75, "y": 0}, + + {"label": "F9", "matrix": [0, 5], "x": 10.25, "y": 0}, + {"label": "F10", "matrix": [1, 5], "x": 11.25, "y": 0}, + {"label": "F11", "matrix": [0, 6], "x": 12.25, "y": 0}, + {"label": "F12", "matrix": [1, 6], "x": 13.25, "y": 0}, + + {"label": "F13", "matrix": [0, 7], "x": 14.5, "y": 0}, + + {"label": "Delete", "matrix": [1, 7], "x": 16.25, "y": 0}, + + {"label": "`", "matrix": [3, 0], "x": 0.75, "y": 1.25}, + {"label": "1", "matrix": [2, 0], "x": 1.75, "y": 1.25}, + {"label": "2", "matrix": [3, 1], "x": 2.75, "y": 1.25}, + {"label": "3", "matrix": [2, 1], "x": 3.75, "y": 1.25}, + {"label": "4", "matrix": [3, 2], "x": 4.75, "y": 1.25}, + {"label": "5", "matrix": [2, 2], "x": 5.75, "y": 1.25}, + {"label": "6", "matrix": [3, 3], "x": 6.75, "y": 1.25}, + + {"label": "7", "matrix": [2, 4], "x": 8.25, "y": 1.25}, + {"label": "8", "matrix": [3, 4], "x": 9.25, "y": 1.25}, + {"label": "9", "matrix": [2, 5], "x": 10.25, "y": 1.25}, + {"label": "0", "matrix": [3, 5], "x": 11.25, "y": 1.25}, + {"label": "-", "matrix": [2, 6], "x": 12.25, "y": 1.25}, + {"label": "=", "matrix": [3, 6], "x": 13.25, "y": 1.25}, + {"label": "Backspace", "matrix": [5, 6], "x": 14.25, "y": 1.25, "w": 2}, + {"label": "Home", "matrix": [3, 7], "x": 16.5, "y": 1}, + + {"label": "Tab", "matrix": [5, 0], "x": 0.5, "y": 2.25, "w": 1.5}, + {"label": "Q", "matrix": [4, 0], "x": 2, "y": 2.25}, + {"label": "W", "matrix": [5, 1], "x": 3, "y": 2.25}, + {"label": "E", "matrix": [4, 1], "x": 4, "y": 2.25}, + {"label": "R", "matrix": [5, 2], "x": 5, "y": 2.25}, + {"label": "T", "matrix": [4, 2], "x": 6, "y": 2.25}, + + {"label": "Y", "matrix": [5, 3], "x": 8, "y": 2.25}, + {"label": "U", "matrix": [4, 4], "x": 9, "y": 2.25}, + {"label": "I", "matrix": [5, 4], "x": 10, "y": 2.25}, + {"label": "O", "matrix": [4, 5], "x": 11, "y": 2.25}, + {"label": "P", "matrix": [5, 5], "x": 12, "y": 2.25}, + {"label": "[", "matrix": [4, 6], "x": 13, "y": 2.25}, + {"label": "]", "matrix": [7, 6], "x": 14, "y": 2.25}, + {"label": "\\", "matrix": [4, 7], "x": 15, "y": 2.25, "w": 1.5}, + + {"label": "Page Up", "matrix": [5, 7], "x": 16.75, "y": 2}, + + {"label": "Caps Lock", "matrix": [7, 0], "x": 0.25, "y": 3.25, "w": 1.75}, + {"label": "A", "matrix": [6, 0], "x": 2, "y": 3.25}, + {"label": "S", "matrix": [7, 1], "x": 3, "y": 3.25}, + {"label": "D", "matrix": [6, 1], "x": 4, "y": 3.25}, + {"label": "F", "matrix": [7, 2], "x": 5, "y": 3.25}, + {"label": "G", "matrix": [6, 2], "x": 6, "y": 3.25}, + + {"label": "H", "matrix": [7, 3], "x": 8.5, "y": 3.25}, + {"label": "J", "matrix": [6, 4], "x": 9.5, "y": 3.25}, + {"label": "K", "matrix": [7, 4], "x": 10.5, "y": 3.25}, + {"label": "L", "matrix": [6, 5], "x": 11.5, "y": 3.25}, + {"label": ";", "matrix": [7, 5], "x": 12.5, "y": 3.25}, + {"label": "'", "matrix": [6, 6], "x": 13.5, "y": 3.25}, + {"label": "Enter", "matrix": [6, 7], "x": 14.5, "y": 3.25, "w": 2.25}, + + {"label": "Page Down", "matrix": [7, 7], "x": 17, "y": 3}, + + {"label": "Shift", "matrix": [9, 0], "x": 0, "y": 4.25, "w": 2.25}, + {"label": "Z", "matrix": [8, 0], "x": 2.25, "y": 4.25}, + {"label": "X", "matrix": [9, 1], "x": 3.25, "y": 4.25}, + {"label": "C", "matrix": [8, 1], "x": 4.25, "y": 4.25}, + {"label": "V", "matrix": [9, 2], "x": 5.25, "y": 4.25}, + {"label": "B", "matrix": [8, 2], "x": 6.25, "y": 4.25}, + + {"label": "B", "matrix": [9, 3], "x": 8.25, "y": 4.25}, + {"label": "N", "matrix": [8, 4], "x": 9.25, "y": 4.25}, + {"label": "M", "matrix": [9, 4], "x": 10.25, "y": 4.25}, + {"label": ",", "matrix": [8, 5], "x": 11.25, "y": 4.25}, + {"label": ".", "matrix": [9, 5], "x": 12.25, "y": 4.25}, + {"label": "/", "matrix": [8, 6], "x": 13.25, "y": 4.25}, + {"label": "Shift", "matrix": [9, 6], "x": 14.25, "y": 4.25, "w": 1.75}, + {"label": "\u2191", "matrix": [8, 7], "x": 16, "y": 4.25}, + + {"label": "Ctrl", "matrix": [11, 0], "x": 0, "y": 5.25, "w": 1.5}, + {"label": "Alt", "matrix": [10, 0], "x": 2.75, "y": 5.25, "w": 1.5}, + {"label": "Space", "matrix": [11, 2], "x": 4.25, "y": 5.25, "w": 2.25}, + {"label": "Fn", "matrix": [10, 2], "x": 6.5, "y": 5.25}, + {"label": "Space", "matrix": [10, 4], "x": 7.75, "y": 5.25, "w": 2.75}, + {"label": "Alt", "matrix": [10, 5], "x": 10.5, "y": 5.25, "w": 1.5}, + + {"label": "\u2190", "matrix": [11, 6], "x": 15, "y": 5.25}, + {"label": "\u2193", "matrix": [10, 7], "x": 16, "y": 5.25}, + {"label": "\u2192", "matrix": [11, 7], "x": 17, "y": 5.25} + ] } + } } diff --git a/keyboards/qwertlekeys/calice/matrix_diagram.md b/keyboards/qwertlekeys/calice/matrix_diagram.md new file mode 100644 index 0000000000..7e73901cde --- /dev/null +++ b/keyboards/qwertlekeys/calice/matrix_diagram.md @@ -0,0 +1,18 @@ +# Matrix Diagram for QwertleKeys Calice + +``` + ┌───┐┌───┬───┬───┬───┐┌───┬───┐ ┌───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┐ + │10 ││00 │11 │01 │12 ││02 │13 │ │04 │14 ││05 │15 │06 │16 ││07 │ │17 │ + └───┘└───┴───┴───┴───┘└───┴───┘ └───┴───┘└───┴───┴───┴───┘└───┘ └┬──┴┐ + ┌───┬───┬───┬───┬───┬───┬───┐ ┌───┬───┬───┬───┬───┬───┬───┬───┐│37 │ ┌───────┐ + │30 │20 │31 │21 │32 │22 │33 │ │24 │34 │25 │35 │26 │36 │56 │27 │└┬──┴┐ │56 │ 2u Backspace + ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┘ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ │57 │ └───────┘ + │50 │40 │51 │41 │52 │42 │ │53 │44 │54 │45 │55 │46 │76 │47 │ └┬──┴┐ + ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┐ └┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ │77 │ + │70 │60 │71 │61 │72 │62 │ │73 │64 │74 │65 │75 │66 │67 │ └───┘ + ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┐ ┌─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┤ + │90 │80 │91 │81 │92 │82 │ │93 │84 │94 │85 │95 │86 │96 │87 │ + ├─────┬──┴──┬┴───┴┬──┴───┴──┬┴──┐ ├───┴───┴──┬┴───┴┬──┴───┴──┬───┼───┼───┐ + │B0 │ │A0 │B2 │A2 │ │A4 │A5 │ │B6 │A7 │B7 │ + └─────┘ └─────┴─────────┴───┘ └──────────┴─────┘ └───┴───┴───┘ +``` |