diff options
Diffstat (limited to 'keyboards/clickety_split/leeloo')
-rw-r--r-- | keyboards/clickety_split/leeloo/info.json | 17 | ||||
-rw-r--r-- | keyboards/clickety_split/leeloo/leeloo.c | 2 | ||||
-rw-r--r-- | keyboards/clickety_split/leeloo/leeloo.h | 24 | ||||
-rw-r--r-- | keyboards/clickety_split/leeloo/rev1/config.h | 6 | ||||
-rw-r--r-- | keyboards/clickety_split/leeloo/rev1/rev1.c | 18 |
5 files changed, 12 insertions, 55 deletions
diff --git a/keyboards/clickety_split/leeloo/info.json b/keyboards/clickety_split/leeloo/info.json index cdd9d713a6..9978f4dd55 100644 --- a/keyboards/clickety_split/leeloo/info.json +++ b/keyboards/clickety_split/leeloo/info.json @@ -8,6 +8,11 @@ "pid": "0x2022", "device_version": "0.1.3" }, + "matrix_pins": { + "cols": ["F6", "F7", "B1", "B3", "B2", "B6"], + "rows": ["C6", "D7", "E6", "B4", "B5"] + }, + "diode_direction": "COL2ROW", "encoder": { "rotary": [ {"pin_a": "F5", "pin_b": "F4"} @@ -45,13 +50,13 @@ {"label":"TAB", "x":0, "y":1.5}, {"label":"Q", "x":1, "y":1.4}, {"label":"W", "x":2, "y":1.2}, - {"label":"E", "x":3, "y":1.0}, + {"label":"E", "x":3, "y":1}, {"label":"R", "x":4, "y":1.2}, {"label":"T", "x":5, "y":1.4}, {"label":"Y", "x":9, "y":1.4}, {"label":"U", "x":10, "y":1.2}, - {"label":"I", "x":11, "y":1.0}, + {"label":"I", "x":11, "y":1}, {"label":"O", "x":12, "y":1.2}, {"label":"P", "x":13, "y":1.4}, {"label":"GRV", "x":14, "y":1.5}, @@ -59,13 +64,13 @@ {"label":"CAPS", "x":0, "y":2.5}, {"label":"A", "x":1, "y":2.4}, {"label":"S", "x":2, "y":2.2}, - {"label":"D", "x":3, "y":2.0}, + {"label":"D", "x":3, "y":2}, {"label":"F", "x":4, "y":2.2}, {"label":"G", "x":5, "y":2.4}, {"label":"H", "x":9, "y":2.4}, {"label":"J", "x":10, "y":2.2}, - {"label":"K", "x":11, "y":2.0}, + {"label":"K", "x":11, "y":2}, {"label":"L", "x":12, "y":2.2}, {"label":";", "x":13, "y":2.4}, {"label":"'", "x":14, "y":2.5}, @@ -73,7 +78,7 @@ {"label":"Shift", "x":0, "y":3.5}, {"label":"Z", "x":1, "y":3.4}, {"label":"X", "x":2, "y":3.2}, - {"label":"C", "x":3, "y":3.0}, + {"label":"C", "x":3, "y":3}, {"label":"V", "x":4, "y":3.2}, {"label":"B", "x":5, "y":3.4}, {"label":"GUI", "x":6.25, "y":3.4}, @@ -81,7 +86,7 @@ {"label":"GUI", "x":7.75, "y":3.4}, {"label":"N", "x":9, "y":3.4}, {"label":"M", "x":10, "y":3.2}, - {"label":",", "x":11, "y":3.0}, + {"label":",", "x":11, "y":3}, {"label":".", "x":12, "y":3.2}, {"label":"/", "x":13, "y":3.4}, {"label":"Shift", "x":14, "y":3.5}, diff --git a/keyboards/clickety_split/leeloo/leeloo.c b/keyboards/clickety_split/leeloo/leeloo.c index ea3902d899..864f31cbb7 100644 --- a/keyboards/clickety_split/leeloo/leeloo.c +++ b/keyboards/clickety_split/leeloo/leeloo.c @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "leeloo.h" +#include "quantum.h" #ifdef OLED_ENABLE oled_rotation_t oled_init_kb(oled_rotation_t rotation) { diff --git a/keyboards/clickety_split/leeloo/leeloo.h b/keyboards/clickety_split/leeloo/leeloo.h deleted file mode 100644 index 98cfddae34..0000000000 --- a/keyboards/clickety_split/leeloo/leeloo.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2022 Clickety Split Ltd. - * https://clicketysplit.ca - * - * 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 <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#include "quantum.h" - -#if defined(KEYBOARD_clickety_split_leeloo_rev1) -# include "rev1.h" -#endif diff --git a/keyboards/clickety_split/leeloo/rev1/config.h b/keyboards/clickety_split/leeloo/rev1/config.h index b309fa210b..96c6b71d37 100644 --- a/keyboards/clickety_split/leeloo/rev1/config.h +++ b/keyboards/clickety_split/leeloo/rev1/config.h @@ -17,12 +17,6 @@ #pragma once - -// wiring of each half -#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } -#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } -#define DIODE_DIRECTION COL2ROW - /* define tapping term */ #define TAPPING_TERM 100 diff --git a/keyboards/clickety_split/leeloo/rev1/rev1.c b/keyboards/clickety_split/leeloo/rev1/rev1.c deleted file mode 100644 index 31e27144fb..0000000000 --- a/keyboards/clickety_split/leeloo/rev1/rev1.c +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2022 Clickety Split Ltd. - * https://clicketysplit.ca - * - * 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 <http://www.gnu.org/licenses/>. - */ - -#include "leeloo.h" |