From 1022afa6c24a64c78d1c9be99a695ff5335876f7 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 11 Mar 2023 04:59:07 +1100 Subject: Move matrix config to info.json, part 8 (#20030) --- keyboards/keyboardio/atreus/config.h | 17 ----------------- keyboards/keyboardio/atreus/info.json | 5 +++++ 2 files changed, 5 insertions(+), 17 deletions(-) (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/atreus/config.h b/keyboards/keyboardio/atreus/config.h index 8380614fde..5766657a6a 100644 --- a/keyboards/keyboardio/atreus/config.h +++ b/keyboards/keyboardio/atreus/config.h @@ -21,23 +21,6 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -/* - * Keyboard Matrix Assignments - * - * Change this to how you wired your keyboard - * COLS: AVR pins used for columns, left to right - * ROWS: AVR pins used for rows, top to bottom - * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode) - * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode) - * - */ - -#define MATRIX_ROW_PINS { F6, F5, F4, F1 } -#define MATRIX_COL_PINS { F7, E2, C7, C6, B6, B5, D7, D6, D4, D5, D3, D2 } - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/keyboardio/atreus/info.json b/keyboards/keyboardio/atreus/info.json index 1e31d8578a..c228a491e3 100644 --- a/keyboards/keyboardio/atreus/info.json +++ b/keyboards/keyboardio/atreus/info.json @@ -8,6 +8,11 @@ "pid": "0x2303", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["F7", "E2", "C7", "C6", "B6", "B5", "D7", "D6", "D4", "D5", "D3", "D2"], + "rows": ["F6", "F5", "F4", "F1"] + }, + "diode_direction": "COL2ROW", "processor": "atmega32u4", "bootloader": "caterina", "layouts": { -- cgit v1.2.3 From 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Mar 2023 14:02:04 +1100 Subject: Remove more empty headers (#20155) --- keyboards/keyboardio/atreus/atreus.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 keyboards/keyboardio/atreus/atreus.c (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/atreus/atreus.c b/keyboards/keyboardio/atreus/atreus.c deleted file mode 100644 index 0ad7156581..0000000000 --- a/keyboards/keyboardio/atreus/atreus.c +++ /dev/null @@ -1,17 +0,0 @@ -/* Copyright (C) 2019, 2020 Keyboard.io, Inc - * - * 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 - * MERCHANTABILITY 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 . - */ - -#include "atreus.h" -- cgit v1.2.3 From 1899793f27c9b165b55b28b086bd989f12baf137 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Mon, 3 Apr 2023 07:32:47 +0200 Subject: Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) --- keyboards/keyboardio/atreus/keymaps/kkokdae/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/atreus/keymaps/kkokdae/config.h b/keyboards/keyboardio/atreus/keymaps/kkokdae/config.h index f66f840bfd..c34fa270b4 100644 --- a/keyboards/keyboardio/atreus/keymaps/kkokdae/config.h +++ b/keyboards/keyboardio/atreus/keymaps/kkokdae/config.h @@ -16,7 +16,6 @@ #pragma once //#define PERMISSIVE_HOLD -#define IGNORE_MOD_TAP_INTERRUPT #define TAPPING_TERM 200 #define ONESHOT_TAP_TOGGLE 5 #define ONESHOT_TIMEOUT 5000 -- cgit v1.2.3 From 522048725f6b076bdad1251243c65dd2acf6595d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Apr 2023 18:08:08 +1000 Subject: Move `RGB_MATRIX_DRIVER` to data driven (#20350) --- keyboards/keyboardio/model01/info.json | 3 +++ keyboards/keyboardio/model01/rules.mk | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/model01/info.json b/keyboards/keyboardio/model01/info.json index c00c016173..bc24c214f7 100644 --- a/keyboards/keyboardio/model01/info.json +++ b/keyboards/keyboardio/model01/info.json @@ -8,6 +8,9 @@ "pid": "0x2301", "device_version": "0.0.1" }, + "rgb_matrix": { + "driver": "custom" + }, "processor": "atmega32u4", "bootloader": "caterina", "debounce": 0, diff --git a/keyboards/keyboardio/model01/rules.mk b/keyboards/keyboardio/model01/rules.mk index 7edcc5ff77..e653ec5f73 100644 --- a/keyboards/keyboardio/model01/rules.mk +++ b/keyboards/keyboardio/model01/rules.mk @@ -15,4 +15,3 @@ SRC += leds.c \ # You can set RGB_MATRIX_ENABLE = no in your rules.mk to disable this and save the Flash RGB_MATRIX_ENABLE = yes # Enable RGB matrix effects. -RGB_MATRIX_DRIVER = custom -- cgit v1.2.3 From 5bd68e3695a82ff504c358c33445b4530c2a327f Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 12 Apr 2023 13:42:51 +1000 Subject: Move single `LAYOUT`s to data driven (#20365) --- keyboards/keyboardio/atreus/atreus.h | 32 ------------ keyboards/keyboardio/atreus/info.json | 95 +++++++++++++++++++---------------- 2 files changed, 51 insertions(+), 76 deletions(-) delete mode 100644 keyboards/keyboardio/atreus/atreus.h (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/atreus/atreus.h b/keyboards/keyboardio/atreus/atreus.h deleted file mode 100644 index b03276ff60..0000000000 --- a/keyboards/keyboardio/atreus/atreus.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright (C) 2019, 2020 Keyboard.io, Inc - * - * 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 - * MERCHANTABILITY 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 . - */ -#pragma once - -#include "quantum.h" -#define XXX KC_NO - -#define LAYOUT( \ - k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \ - k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \ - k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ - k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b \ -) \ -{ \ - { k00, k01, k02, k03, k04, XXX, XXX, k05, k06, k07, k08, k09 }, \ - { k10, k11, k12, k13, k14, XXX, XXX, k15, k16, k17, k18, k19 }, \ - { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b }, \ - { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b } \ -} diff --git a/keyboards/keyboardio/atreus/info.json b/keyboards/keyboardio/atreus/info.json index c228a491e3..b251151be4 100644 --- a/keyboards/keyboardio/atreus/info.json +++ b/keyboards/keyboardio/atreus/info.json @@ -18,50 +18,57 @@ "layouts": { "LAYOUT": { "layout": [ - {"label":"Q", "x":0, "y":0.6}, - {"label":"W", "x":1, "y":0.35}, - {"label":"E", "x":2, "y":0}, - {"label":"R", "x":3, "y":0.35}, - {"label":"T", "x":4, "y":0.7}, - {"label":"Y", "x":8, "y":0.7}, - {"label":"U", "x":9, "y":0.35}, - {"label":"I", "x":10, "y":0}, - {"label":"O", "x":11, "y":0.35}, - {"label":"P", "x":12, "y":0.6}, - {"label":"A", "x":0, "y":1.6}, - {"label":"S", "x":1, "y":1.35}, - {"label":"D", "x":2, "y":1}, - {"label":"F", "x":3, "y":1.35}, - {"label":"G", "x":4, "y":1.7}, - {"label":"H", "x":8, "y":1.7}, - {"label":"J", "x":9, "y":1.35}, - {"label":"K", "x":10, "y":1}, - {"label":"L", "x":11, "y":1.35}, - {"label":";", "x":12, "y":1.6}, - {"label":"Z", "x":0, "y":2.6}, - {"label":"X", "x":1, "y":2.35}, - {"label":"C", "x":2, "y":2}, - {"label":"V", "x":3, "y":2.35}, - {"label":"B", "x":4, "y":2.7}, - {"label":"`", "x":5, "y":2.54}, - {"label":"\\", "x":7, "y":2.54}, - {"label":"N", "x":8, "y":2.7}, - {"label":"M", "x":9, "y":2.35}, - {"label":",", "x":10, "y":2}, - {"label":".", "x":11, "y":2.35}, - {"label":"/", "x":12, "y":2.6}, - {"label":"Esc", "x":0, "y":3.6}, - {"label":"Tab", "x":1, "y":3.35}, - {"label":"Super", "x":2, "y":3}, - {"label":"Shift", "x":3, "y":3.35}, - {"label":"Bksp", "x":4, "y":3.7}, - {"label":"Ctrl", "x":5, "y":3.54}, - {"label":"Alt", "x":7, "y":3.54}, - {"label":"Space", "x":8, "y":3.7}, - {"label":"Fun", "x":9, "y":3.35}, - {"label":"-", "x":10, "y":3}, - {"label":"'", "x":11, "y":3.35}, - {"label":"Enter", "x":12,"y":3.6} + {"matrix": [0, 0], "x": 0, "y": 0.6}, + {"matrix": [0, 1], "x": 1, "y": 0.35}, + {"matrix": [0, 2], "x": 2, "y": 0}, + {"matrix": [0, 3], "x": 3, "y": 0.35}, + {"matrix": [0, 4], "x": 4, "y": 0.7}, + + {"matrix": [0, 7], "x": 8, "y": 0.7}, + {"matrix": [0, 8], "x": 9, "y": 0.35}, + {"matrix": [0, 9], "x": 10, "y": 0}, + {"matrix": [0, 10], "x": 11, "y": 0.35}, + {"matrix": [0, 11], "x": 12, "y": 0.6}, + + {"matrix": [1, 0], "x": 0, "y": 1.6}, + {"matrix": [1, 1], "x": 1, "y": 1.35}, + {"matrix": [1, 2], "x": 2, "y": 1}, + {"matrix": [1, 3], "x": 3, "y": 1.35}, + {"matrix": [1, 4], "x": 4, "y": 1.7}, + + {"matrix": [1, 7], "x": 8, "y": 1.7}, + {"matrix": [1, 8], "x": 9, "y": 1.35}, + {"matrix": [1, 9], "x": 10, "y": 1}, + {"matrix": [1, 10], "x": 11, "y": 1.35}, + {"matrix": [1, 11], "x": 12, "y": 1.6}, + + {"matrix": [2, 0], "x": 0, "y": 2.6}, + {"matrix": [2, 1], "x": 1, "y": 2.35}, + {"matrix": [2, 2], "x": 2, "y": 2}, + {"matrix": [2, 3], "x": 3, "y": 2.35}, + {"matrix": [2, 4], "x": 4, "y": 2.7}, + {"matrix": [2, 5], "x": 5, "y": 2.54}, + + {"matrix": [2, 6], "x": 7, "y": 2.54}, + {"matrix": [2, 7], "x": 8, "y": 2.7}, + {"matrix": [2, 8], "x": 9, "y": 2.35}, + {"matrix": [2, 9], "x": 10, "y": 2}, + {"matrix": [2, 10], "x": 11, "y": 2.35}, + {"matrix": [2, 11], "x": 12, "y": 2.6}, + + {"matrix": [3, 0], "x": 0, "y": 3.6}, + {"matrix": [3, 1], "x": 1, "y": 3.35}, + {"matrix": [3, 2], "x": 2, "y": 3}, + {"matrix": [3, 3], "x": 3, "y": 3.35}, + {"matrix": [3, 4], "x": 4, "y": 3.7}, + {"matrix": [3, 5], "x": 5, "y": 3.54}, + + {"matrix": [3, 6], "x": 7, "y": 3.54}, + {"matrix": [3, 7], "x": 8, "y": 3.7}, + {"matrix": [3, 8], "x": 9, "y": 3.35}, + {"matrix": [3, 9], "x": 10, "y": 3}, + {"matrix": [3, 10], "x": 11, "y": 3.35}, + {"matrix": [3, 11], "x": 12, "y": 3.6} ] } } -- cgit v1.2.3 From a84528f85392ccab60fd7130fecb83972539367f Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 15 Apr 2023 21:07:32 +1000 Subject: Move remaining `LAYOUT`s to data driven (#20422) --- keyboards/keyboardio/model01/info.json | 199 ++++++++++++++++++++++----------- keyboards/keyboardio/model01/model01.h | 39 ------- 2 files changed, 135 insertions(+), 103 deletions(-) (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/model01/info.json b/keyboards/keyboardio/model01/info.json index bc24c214f7..0aad5ea39c 100644 --- a/keyboards/keyboardio/model01/info.json +++ b/keyboards/keyboardio/model01/info.json @@ -17,79 +17,150 @@ "layouts": { "LAYOUT": { "layout": [ - {"label":"PROG", "x":0, "y":0.4, "h":1.3}, - {"label":"1", "x":1, "y":0.2, "h":1.5}, - {"label":"2", "x":2, "y":0.1, "h":1.1}, - {"label":"3", "x":3, "y":0}, - {"label":"4", "x":4, "y":0.1}, - {"label":"5", "x":5, "y":0.3}, + {"matrix": [0, 7], "x": 0, "y": 0.4, "h": 1.3}, + {"matrix": [0, 6], "x": 1, "y": 0.2, "h": 1.5}, + {"matrix": [0, 5], "x": 2, "y": 0.1, "h": 1.1}, + {"matrix": [0, 4], "x": 3, "y": 0}, + {"matrix": [0, 3], "x": 4, "y": 0.1}, + {"matrix": [0, 2], "x": 5, "y": 0.3}, - {"label":"6", "x":12.5, "y":0.3}, - {"label":"7", "x":13.5, "y":0.1}, - {"label":"8", "x":14.5, "y":0}, - {"label":"9", "x":15.5, "y":0.1, "h":1.1}, - {"label":"0", "x":16.5, "y":0.2, "h":1.5}, - {"label":"NUM", "x":17.5, "y":0.4, "h":1.3}, + {"matrix": [4, 5], "x": 12.5, "y": 0.3}, + {"matrix": [4, 4], "x": 13.5, "y": 0.1}, + {"matrix": [4, 3], "x": 14.5, "y": 0}, + {"matrix": [4, 2], "x": 15.5, "y": 0.1, "h": 1.1}, + {"matrix": [4, 1], "x": 16.5, "y": 0.2, "h": 1.5}, + {"matrix": [4, 0], "x": 17.5, "y": 0.4, "h": 1.3}, - {"label":"GRAVE", "x":0, "y":1.7}, - {"label":"Q", "x":1, "y":1.7}, - {"label":"W", "x":2, "y":1.2}, - {"label":"E", "x":3, "y":1}, - {"label":"R", "x":4, "y":1.1}, - {"label":"T", "x":5, "y":1.3}, - {"label":"LED", "x":6, "y":0.6, "h":1.5}, + {"matrix": [1, 7], "x": 0, "y": 1.7}, + {"matrix": [1, 6], "x": 1, "y": 1.7}, + {"matrix": [1, 5], "x": 2, "y": 1.2}, + {"matrix": [1, 4], "x": 3, "y": 1}, + {"matrix": [1, 3], "x": 4, "y": 1.1}, + {"matrix": [1, 2], "x": 5, "y": 1.3}, + {"matrix": [0, 1], "x": 6, "y": 0.6, "h": 1.5}, - {"label":"ANY", "x":11.5, "y":0.6, "h":1.5}, - {"label":"Y", "x":12.5, "y":1.3}, - {"label":"U", "x":13.5, "y":1.1}, - {"label":"I", "x":14.5, "y":1}, - {"label":"O", "x":15.5, "y":1.2}, - {"label":"P", "x":16.5, "y":1.7}, - {"label":"EQUAL", "x":17.5, "y":1.7}, + {"matrix": [4, 6], "x": 11.5, "y": 0.6, "h": 1.5}, + {"matrix": [5, 5], "x": 12.5, "y": 1.3}, + {"matrix": [5, 4], "x": 13.5, "y": 1.1}, + {"matrix": [5, 3], "x": 14.5, "y": 1}, + {"matrix": [5, 2], "x": 15.5, "y": 1.2}, + {"matrix": [5, 1], "x": 16.5, "y": 1.7}, + {"matrix": [5, 0], "x": 17.5, "y": 1.7}, - {"label":"PAGEUP", "x":0, "y":2.7}, - {"label":"A", "x":1, "y":2.7}, - {"label":"S", "x":2, "y":2.2}, - {"label":"D", "x":3, "y":2}, - {"label":"F", "x":4, "y":2.1}, - {"label":"G", "x":5, "y":2.3}, - {"label":"TAB", "x":6, "y":2.1, "h":1.3}, + {"matrix": [2, 7], "x": 0, "y": 2.7}, + {"matrix": [2, 6], "x": 1, "y": 2.7}, + {"matrix": [2, 5], "x": 2, "y": 2.2}, + {"matrix": [2, 4], "x": 3, "y": 2}, + {"matrix": [2, 3], "x": 4, "y": 2.1}, + {"matrix": [2, 2], "x": 5, "y": 2.3}, + {"matrix": [1, 1], "x": 6, "y": 2.1, "h": 1.3}, - {"label":"ENTER", "x":11.5, "y":2.1, "h":1.3}, - {"label":"H", "x":12.5, "y":2.3}, - {"label":"J", "x":13.5, "y":2.1}, - {"label":"K", "x":14.5, "y":2}, - {"label":"L", "x":15.5, "y":2.2}, - {"label":"SEMICOLON", "x":16.5, "y":2.7}, - {"label":"QUOTE", "x":17.5, "y":2.7}, + {"matrix": [5, 6], "x": 11.5, "y": 2.1, "h": 1.3}, + {"matrix": [6, 5], "x": 12.5, "y": 2.3}, + {"matrix": [6, 4], "x": 13.5, "y": 2.1}, + {"matrix": [6, 3], "x": 14.5, "y": 2}, + {"matrix": [6, 2], "x": 15.5, "y": 2.2}, + {"matrix": [6, 1], "x": 16.5, "y": 2.7}, + {"matrix": [6, 0], "x": 17.5, "y": 2.7}, - {"label":"PAGEDOWN", "x":0, "y":3.7, "h":1.2}, - {"label":"Z", "x":1, "y":3.7}, - {"label":"X", "x":2, "y":3.2, "h":1.15}, - {"label":"C", "x":3, "y":3}, - {"label":"V", "x":4, "y":3.1}, - {"label":"B", "x":5, "y":3.3}, - {"label":"ESC", "x":6, "y":3.4, "h":1.1}, + {"matrix": [3, 7], "x": 0, "y": 3.7, "h": 1.2}, + {"matrix": [3, 6], "x": 1, "y": 3.7}, + {"matrix": [3, 5], "x": 2, "y": 3.2, "h": 1.15}, + {"matrix": [3, 4], "x": 3, "y": 3}, + {"matrix": [3, 3], "x": 4, "y": 3.1}, + {"matrix": [3, 2], "x": 5, "y": 3.3}, + {"matrix": [2, 1], "x": 6, "y": 3.4, "h": 1.1}, - {"label":"BUTTERFLY", "x":11.5, "y":3.4, "h":1.1}, - {"label":"N", "x":12.5, "y":3.3}, - {"label":"M", "x":13.5, "y":3.1}, - {"label":"COMMA", "x":14.5, "y":3}, - {"label":"DOT", "x":15.5, "y":3.2, "h":1.15}, - {"label":"SLASH", "x":16.5, "y":3.7}, - {"label":"MINS", "x":17.5, "y":3.7, "h":1.2}, + {"matrix": [6, 6], "x": 11.5, "y": 3.4, "h": 1.1}, + {"matrix": [7, 5], "x": 12.5, "y": 3.3}, + {"matrix": [7, 4], "x": 13.5, "y": 3.1}, + {"matrix": [7, 3], "x": 14.5, "y": 3}, + {"matrix": [7, 2], "x": 15.5, "y": 3.2, "h": 1.15}, + {"matrix": [7, 1], "x": 16.5, "y": 3.7}, + {"matrix": [7, 0], "x": 17.5, "y": 3.7, "h": 1.2}, - {"label":"LCTL", "x":4.75, "y":4.3}, - {"label":"RCTL", "x":12.75, "y":4.3}, - {"label":"BACKSPACE", "x":5.75, "y":4.5}, - {"label":"SPACE", "x":11.75, "y":4.5}, - {"label":"LGUI", "x":6.75, "y":4.7}, - {"label":"RALT", "x":10.75, "y":4.7}, - {"label":"LSHIFT", "x":7.75, "y":5.1}, - {"label":"RSHIFT", "x":9.75, "y":5.1}, + {"matrix": [0, 0], "x": 4.75, "y": 4.3}, + {"matrix": [4, 7], "x": 12.75, "y": 4.3}, - {"label":"FN", "x":6.25, "y":6.1, "h":1.4}, - {"label":"FN", "x":11.25, "y":6.1, "h":1.4} + {"matrix": [1, 0], "x": 5.75, "y": 4.5}, + {"matrix": [5, 7], "x": 11.75, "y": 4.5}, + + {"matrix": [2, 0], "x": 6.75, "y": 4.7}, + {"matrix": [6, 7], "x": 10.75, "y": 4.7}, + + {"matrix": [3, 0], "x": 7.75, "y": 5.1}, + {"matrix": [7, 7], "x": 9.75, "y": 5.1}, + + {"matrix": [3, 1], "x": 6.25, "y": 6.1, "h": 1.4}, + {"matrix": [7, 6], "x": 11.25, "y": 6.1, "h": 1.4} + ] + }, + "LAYOUT_thumb_row": { + "layout": [ + {"matrix": [0, 7], "x": 0, "y": 0}, + {"matrix": [0, 6], "x": 1, "y": 0}, + {"matrix": [0, 5], "x": 2, "y": 0}, + {"matrix": [0, 4], "x": 3, "y": 0}, + {"matrix": [0, 3], "x": 4, "y": 0}, + {"matrix": [0, 2], "x": 5, "y": 0}, + {"matrix": [4, 5], "x": 6, "y": 0}, + {"matrix": [4, 4], "x": 7, "y": 0}, + {"matrix": [4, 3], "x": 8, "y": 0}, + {"matrix": [4, 2], "x": 9, "y": 0}, + {"matrix": [4, 1], "x": 10, "y": 0}, + {"matrix": [4, 0], "x": 11, "y": 0}, + {"matrix": [1, 7], "x": 12, "y": 0}, + {"matrix": [1, 6], "x": 13, "y": 0}, + {"matrix": [1, 5], "x": 14, "y": 0}, + {"matrix": [1, 4], "x": 15, "y": 0}, + {"matrix": [1, 3], "x": 16, "y": 0}, + {"matrix": [1, 2], "x": 17, "y": 0}, + {"matrix": [0, 1], "x": 18, "y": 0}, + {"matrix": [4, 6], "x": 19, "y": 0}, + {"matrix": [5, 5], "x": 20, "y": 0}, + {"matrix": [5, 4], "x": 21, "y": 0}, + {"matrix": [5, 3], "x": 22, "y": 0}, + {"matrix": [5, 2], "x": 23, "y": 0}, + {"matrix": [5, 1], "x": 24, "y": 0}, + {"matrix": [5, 0], "x": 25, "y": 0}, + {"matrix": [2, 7], "x": 26, "y": 0}, + {"matrix": [2, 6], "x": 27, "y": 0}, + {"matrix": [2, 5], "x": 28, "y": 0}, + {"matrix": [2, 4], "x": 29, "y": 0}, + {"matrix": [2, 3], "x": 30, "y": 0}, + {"matrix": [2, 2], "x": 31, "y": 0}, + {"matrix": [1, 1], "x": 32, "y": 0}, + {"matrix": [5, 6], "x": 33, "y": 0}, + {"matrix": [6, 5], "x": 34, "y": 0}, + {"matrix": [6, 4], "x": 35, "y": 0}, + {"matrix": [6, 3], "x": 36, "y": 0}, + {"matrix": [6, 2], "x": 37, "y": 0}, + {"matrix": [6, 1], "x": 38, "y": 0}, + {"matrix": [6, 0], "x": 39, "y": 0}, + {"matrix": [3, 7], "x": 40, "y": 0}, + {"matrix": [3, 6], "x": 41, "y": 0}, + {"matrix": [3, 5], "x": 42, "y": 0}, + {"matrix": [3, 4], "x": 43, "y": 0}, + {"matrix": [3, 3], "x": 44, "y": 0}, + {"matrix": [3, 2], "x": 45, "y": 0}, + {"matrix": [2, 1], "x": 46, "y": 0}, + {"matrix": [6, 6], "x": 47, "y": 0}, + {"matrix": [7, 5], "x": 48, "y": 0}, + {"matrix": [7, 4], "x": 49, "y": 0}, + {"matrix": [7, 3], "x": 50, "y": 0}, + {"matrix": [7, 2], "x": 51, "y": 0}, + {"matrix": [7, 1], "x": 52, "y": 0}, + {"matrix": [7, 0], "x": 53, "y": 0}, + {"matrix": [0, 0], "x": 54, "y": 0}, + {"matrix": [1, 0], "x": 55, "y": 0}, + {"matrix": [2, 0], "x": 56, "y": 0}, + {"matrix": [3, 0], "x": 57, "y": 0}, + {"matrix": [7, 7], "x": 58, "y": 0}, + {"matrix": [6, 7], "x": 59, "y": 0}, + {"matrix": [5, 7], "x": 60, "y": 0}, + {"matrix": [4, 7], "x": 61, "y": 0}, + {"matrix": [3, 1], "x": 62, "y": 0}, + {"matrix": [7, 6], "x": 63, "y": 0} ] } } diff --git a/keyboards/keyboardio/model01/model01.h b/keyboards/keyboardio/model01/model01.h index 8e494cca30..5038f3b7c3 100644 --- a/keyboards/keyboardio/model01/model01.h +++ b/keyboards/keyboardio/model01/model01.h @@ -17,45 +17,6 @@ #include "quantum.h" -#define LAYOUT( \ - L07, L06, L05, L04, L03, L02, R05, R04, R03, R02, R01, R00, \ - L17, L16, L15, L14, L13, L12, L01, R06, R15, R14, R13, R12, R11, R10, \ - L27, L26, L25, L24, L23, L22, L11, R16, R25, R24, R23, R22, R21, R20, \ - L37, L36, L35, L34, L33, L32, L21, R26, R35, R34, R33, R32, R31, R30, \ - L00, R07, \ - L10, R17, \ - L20, R27, \ - L30, R37, \ - L31, R36 \ - ) { \ - {L00, L01, L02, L03, L04, L05, L06, L07}, \ - {L10, L11, L12, L13, L14, L15, L16, L17}, \ - {L20, L21, L22, L23, L24, L25, L26, L27}, \ - {L30, L31, L32, L33, L34, L35, L36, L37}, \ - {R00, R01, R02, R03, R04, R05, R06, R07}, \ - {R10, R11, R12, R13, R14, R15, R16, R17}, \ - {R20, R21, R22, R23, R24, R25, R26, R27}, \ - {R30, R31, R32, R33, R34, R35, R36, R37} \ - } - -#define LAYOUT_thumb_row( \ - L07, L06, L05, L04, L03, L02, R05, R04, R03, R02, R01, R00, \ - L17, L16, L15, L14, L13, L12, L01, R06, R15, R14, R13, R12, R11, R10, \ - L27, L26, L25, L24, L23, L22, L11, R16, R25, R24, R23, R22, R21, R20, \ - L37, L36, L35, L34, L33, L32, L21, R26, R35, R34, R33, R32, R31, R30, \ - L00, L10, L20, L30, R37, R27, R17, R07, \ - L31, R36 \ - ) { \ - {L00, L01, L02, L03, L04, L05, L06, L07}, \ - {L10, L11, L12, L13, L14, L15, L16, L17}, \ - {L20, L21, L22, L23, L24, L25, L26, L27}, \ - {L30, L31, L32, L33, L34, L35, L36, L37}, \ - {R00, R01, R02, R03, R04, R05, R06, R07}, \ - {R10, R11, R12, R13, R14, R15, R16, R17}, \ - {R20, R21, R22, R23, R24, R25, R26, R27}, \ - {R30, R31, R32, R33, R34, R35, R36, R37} \ - } - #include "wire-protocol-constants.h" #define I2C_ADDR_LEFT (0x58 << 1) #define I2C_ADDR_RIGHT (I2C_ADDR_LEFT + 6) -- cgit v1.2.3 From 17de141c9248a7a1a1814d96d1f12f36df3d6a8f Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 16 May 2023 17:00:08 +1000 Subject: Add missing layout data for a handful of boards (#20931) * Add missing layout data for a handful of boards * typo * Add missing layouts for stoutgat * Add missing layout for j80 * Replace missing layout with alias for wraith * Add missing layout for matrix/me * Add missing layout for satisfaction75/prototype * Apply suggestions from code review * Rename wt80-a layouts * Rename rosa layouts * Add missing layouts for naked48 * Add missing layouts for naked60 * Add missing layouts for uma * Remove unused and pointless `LAYOUT_stack` for buzzard * Add missing layout for keyboardio/model01 * Add missing layout for smk65 revf * Fix via keymap for h60 * Add missing layout for jabberwocky/v1 * Apply suggestions from code review * Add missing layout for m3n3van * Add missing layout for giabalanai * Add missing layouts for treadstone48/rev1 * Add missing layouts for squiggle * Update keyboards/marksard/treadstone48/rev1/info.json --- keyboards/keyboardio/model01/info.json | 137 ++++++++++++++++++--------------- 1 file changed, 74 insertions(+), 63 deletions(-) (limited to 'keyboards/keyboardio') diff --git a/keyboards/keyboardio/model01/info.json b/keyboards/keyboardio/model01/info.json index 0aad5ea39c..6d2ca5ceb1 100644 --- a/keyboards/keyboardio/model01/info.json +++ b/keyboards/keyboardio/model01/info.json @@ -97,70 +97,81 @@ }, "LAYOUT_thumb_row": { "layout": [ - {"matrix": [0, 7], "x": 0, "y": 0}, - {"matrix": [0, 6], "x": 1, "y": 0}, - {"matrix": [0, 5], "x": 2, "y": 0}, + {"matrix": [0, 7], "x": 0, "y": 0.4, "h": 1.3}, + {"matrix": [0, 6], "x": 1, "y": 0.2, "h": 1.5}, + {"matrix": [0, 5], "x": 2, "y": 0.1, "h": 1.1}, {"matrix": [0, 4], "x": 3, "y": 0}, - {"matrix": [0, 3], "x": 4, "y": 0}, - {"matrix": [0, 2], "x": 5, "y": 0}, - {"matrix": [4, 5], "x": 6, "y": 0}, - {"matrix": [4, 4], "x": 7, "y": 0}, - {"matrix": [4, 3], "x": 8, "y": 0}, - {"matrix": [4, 2], "x": 9, "y": 0}, - {"matrix": [4, 1], "x": 10, "y": 0}, - {"matrix": [4, 0], "x": 11, "y": 0}, - {"matrix": [1, 7], "x": 12, "y": 0}, - {"matrix": [1, 6], "x": 13, "y": 0}, - {"matrix": [1, 5], "x": 14, "y": 0}, - {"matrix": [1, 4], "x": 15, "y": 0}, - {"matrix": [1, 3], "x": 16, "y": 0}, - {"matrix": [1, 2], "x": 17, "y": 0}, - {"matrix": [0, 1], "x": 18, "y": 0}, - {"matrix": [4, 6], "x": 19, "y": 0}, - {"matrix": [5, 5], "x": 20, "y": 0}, - {"matrix": [5, 4], "x": 21, "y": 0}, - {"matrix": [5, 3], "x": 22, "y": 0}, - {"matrix": [5, 2], "x": 23, "y": 0}, - {"matrix": [5, 1], "x": 24, "y": 0}, - {"matrix": [5, 0], "x": 25, "y": 0}, - {"matrix": [2, 7], "x": 26, "y": 0}, - {"matrix": [2, 6], "x": 27, "y": 0}, - {"matrix": [2, 5], "x": 28, "y": 0}, - {"matrix": [2, 4], "x": 29, "y": 0}, - {"matrix": [2, 3], "x": 30, "y": 0}, - {"matrix": [2, 2], "x": 31, "y": 0}, - {"matrix": [1, 1], "x": 32, "y": 0}, - {"matrix": [5, 6], "x": 33, "y": 0}, - {"matrix": [6, 5], "x": 34, "y": 0}, - {"matrix": [6, 4], "x": 35, "y": 0}, - {"matrix": [6, 3], "x": 36, "y": 0}, - {"matrix": [6, 2], "x": 37, "y": 0}, - {"matrix": [6, 1], "x": 38, "y": 0}, - {"matrix": [6, 0], "x": 39, "y": 0}, - {"matrix": [3, 7], "x": 40, "y": 0}, - {"matrix": [3, 6], "x": 41, "y": 0}, - {"matrix": [3, 5], "x": 42, "y": 0}, - {"matrix": [3, 4], "x": 43, "y": 0}, - {"matrix": [3, 3], "x": 44, "y": 0}, - {"matrix": [3, 2], "x": 45, "y": 0}, - {"matrix": [2, 1], "x": 46, "y": 0}, - {"matrix": [6, 6], "x": 47, "y": 0}, - {"matrix": [7, 5], "x": 48, "y": 0}, - {"matrix": [7, 4], "x": 49, "y": 0}, - {"matrix": [7, 3], "x": 50, "y": 0}, - {"matrix": [7, 2], "x": 51, "y": 0}, - {"matrix": [7, 1], "x": 52, "y": 0}, - {"matrix": [7, 0], "x": 53, "y": 0}, - {"matrix": [0, 0], "x": 54, "y": 0}, - {"matrix": [1, 0], "x": 55, "y": 0}, - {"matrix": [2, 0], "x": 56, "y": 0}, - {"matrix": [3, 0], "x": 57, "y": 0}, - {"matrix": [7, 7], "x": 58, "y": 0}, - {"matrix": [6, 7], "x": 59, "y": 0}, - {"matrix": [5, 7], "x": 60, "y": 0}, - {"matrix": [4, 7], "x": 61, "y": 0}, - {"matrix": [3, 1], "x": 62, "y": 0}, - {"matrix": [7, 6], "x": 63, "y": 0} + {"matrix": [0, 3], "x": 4, "y": 0.1}, + {"matrix": [0, 2], "x": 5, "y": 0.3}, + + {"matrix": [4, 5], "x": 12.5, "y": 0.3}, + {"matrix": [4, 4], "x": 13.5, "y": 0.1}, + {"matrix": [4, 3], "x": 14.5, "y": 0}, + {"matrix": [4, 2], "x": 15.5, "y": 0.1, "h": 1.1}, + {"matrix": [4, 1], "x": 16.5, "y": 0.2, "h": 1.5}, + {"matrix": [4, 0], "x": 17.5, "y": 0.4, "h": 1.3}, + + {"matrix": [1, 7], "x": 0, "y": 1.7}, + {"matrix": [1, 6], "x": 1, "y": 1.7}, + {"matrix": [1, 5], "x": 2, "y": 1.2}, + {"matrix": [1, 4], "x": 3, "y": 1}, + {"matrix": [1, 3], "x": 4, "y": 1.1}, + {"matrix": [1, 2], "x": 5, "y": 1.3}, + {"matrix": [0, 1], "x": 6, "y": 0.6, "h": 1.5}, + + {"matrix": [4, 6], "x": 11.5, "y": 0.6, "h": 1.5}, + {"matrix": [5, 5], "x": 12.5, "y": 1.3}, + {"matrix": [5, 4], "x": 13.5, "y": 1.1}, + {"matrix": [5, 3], "x": 14.5, "y": 1}, + {"matrix": [5, 2], "x": 15.5, "y": 1.2}, + {"matrix": [5, 1], "x": 16.5, "y": 1.7}, + {"matrix": [5, 0], "x": 17.5, "y": 1.7}, + + {"matrix": [2, 7], "x": 0, "y": 2.7}, + {"matrix": [2, 6], "x": 1, "y": 2.7}, + {"matrix": [2, 5], "x": 2, "y": 2.2}, + {"matrix": [2, 4], "x": 3, "y": 2}, + {"matrix": [2, 3], "x": 4, "y": 2.1}, + {"matrix": [2, 2], "x": 5, "y": 2.3}, + {"matrix": [1, 1], "x": 6, "y": 2.1, "h": 1.3}, + + {"matrix": [5, 6], "x": 11.5, "y": 2.1, "h": 1.3}, + {"matrix": [6, 5], "x": 12.5, "y": 2.3}, + {"matrix": [6, 4], "x": 13.5, "y": 2.1}, + {"matrix": [6, 3], "x": 14.5, "y": 2}, + {"matrix": [6, 2], "x": 15.5, "y": 2.2}, + {"matrix": [6, 1], "x": 16.5, "y": 2.7}, + {"matrix": [6, 0], "x": 17.5, "y": 2.7}, + + {"matrix": [3, 7], "x": 0, "y": 3.7, "h": 1.2}, + {"matrix": [3, 6], "x": 1, "y": 3.7}, + {"matrix": [3, 5], "x": 2, "y": 3.2, "h": 1.15}, + {"matrix": [3, 4], "x": 3, "y": 3}, + {"matrix": [3, 3], "x": 4, "y": 3.1}, + {"matrix": [3, 2], "x": 5, "y": 3.3}, + {"matrix": [2, 1], "x": 6, "y": 3.4, "h": 1.1}, + + {"matrix": [6, 6], "x": 11.5, "y": 3.4, "h": 1.1}, + {"matrix": [7, 5], "x": 12.5, "y": 3.3}, + {"matrix": [7, 4], "x": 13.5, "y": 3.1}, + {"matrix": [7, 3], "x": 14.5, "y": 3}, + {"matrix": [7, 2], "x": 15.5, "y": 3.2, "h": 1.15}, + {"matrix": [7, 1], "x": 16.5, "y": 3.7}, + {"matrix": [7, 0], "x": 17.5, "y": 3.7, "h": 1.2}, + + {"matrix": [0, 0], "x": 4.75, "y": 4.3}, + {"matrix": [1, 0], "x": 5.75, "y": 4.5}, + {"matrix": [2, 0], "x": 6.75, "y": 4.7}, + {"matrix": [3, 0], "x": 7.75, "y": 5.1}, + + {"matrix": [7, 7], "x": 9.75, "y": 5.1}, + {"matrix": [6, 7], "x": 10.75, "y": 4.7}, + {"matrix": [5, 7], "x": 11.75, "y": 4.5}, + {"matrix": [4, 7], "x": 12.75, "y": 4.3}, + + {"matrix": [3, 1], "x": 6.25, "y": 6.1, "h": 1.4}, + + {"matrix": [7, 6], "x": 11.25, "y": 6.1, "h": 1.4} ] } } -- cgit v1.2.3