diff options
Diffstat (limited to 'keyboards/spaceman')
| -rw-r--r-- | keyboards/spaceman/2_milk/config.h | 1 | ||||
| -rw-r--r-- | keyboards/spaceman/2_milk/info.json | 3 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/config.h | 18 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/feather/config.h | 4 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/feather/info.json | 7 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/info.json | 198 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/promicro/config.h | 20 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/promicro/info.json | 7 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/rev1.c | 16 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev1/rev1.h | 44 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/config.h | 21 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/info.json | 104 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/rev2.c | 2 | ||||
| -rw-r--r-- | keyboards/spaceman/pancake/rev2/rev2.h | 31 | ||||
| -rw-r--r-- | keyboards/spaceman/yun65/config.h | 22 | ||||
| -rw-r--r-- | keyboards/spaceman/yun65/info.json | 84 | ||||
| -rw-r--r-- | keyboards/spaceman/yun65/yun65.c | 16 | ||||
| -rw-r--r-- | keyboards/spaceman/yun65/yun65.h | 32 | 
18 files changed, 256 insertions, 374 deletions
diff --git a/keyboards/spaceman/2_milk/config.h b/keyboards/spaceman/2_milk/config.h index 59ffda45c0..6a3ec9c5c1 100644 --- a/keyboards/spaceman/2_milk/config.h +++ b/keyboards/spaceman/2_milk/config.h @@ -16,6 +16,5 @@  #pragma once  #ifdef RGBLIGHT_ENABLE -#define RGB_DI_PIN B6  #define RGBLED_NUM 1  #endif diff --git a/keyboards/spaceman/2_milk/info.json b/keyboards/spaceman/2_milk/info.json index daba0b9851..5e8d0207af 100644 --- a/keyboards/spaceman/2_milk/info.json +++ b/keyboards/spaceman/2_milk/info.json @@ -8,6 +8,9 @@      "pid": "0x3225",      "device_version": "0.0.1"    }, +  "ws2812": { +    "pin": "B6" +  },    "processor": "atmega32u4",    "bootloader": "caterina",    "matrix_pins": { diff --git a/keyboards/spaceman/pancake/rev1/config.h b/keyboards/spaceman/pancake/rev1/config.h deleted file mode 100644 index 5c72d34933..0000000000 --- a/keyboards/spaceman/pancake/rev1/config.h +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2019 Spaceman - * - * 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 - -#define DIODE_DIRECTION COL2ROW diff --git a/keyboards/spaceman/pancake/rev1/feather/config.h b/keyboards/spaceman/pancake/rev1/feather/config.h index ea6af6336d..9ff72156da 100644 --- a/keyboards/spaceman/pancake/rev1/feather/config.h +++ b/keyboards/spaceman/pancake/rev1/feather/config.h @@ -15,8 +15,4 @@   */  #pragma once -/* Pancake default pinout */ -#define MATRIX_ROW_PINS { B5, D7, C6, D0 } -#define MATRIX_COL_PINS { C7, D6, B7, B6, F0, D2, D3, F1, F4, F5, F6, F7 } -  #define VIA_HAS_BROKEN_KEYCODES diff --git a/keyboards/spaceman/pancake/rev1/feather/info.json b/keyboards/spaceman/pancake/rev1/feather/info.json new file mode 100644 index 0000000000..2d8072e7f1 --- /dev/null +++ b/keyboards/spaceman/pancake/rev1/feather/info.json @@ -0,0 +1,7 @@ +{ +    "matrix_pins": { +        "cols": ["C7", "D6", "B7", "B6", "F0", "D2", "D3", "F1", "F4", "F5", "F6", "F7"], +        "rows": ["B5", "D7", "C6", "D0"] +    }, +    "diode_direction": "COL2ROW" +} diff --git a/keyboards/spaceman/pancake/rev1/info.json b/keyboards/spaceman/pancake/rev1/info.json index 723b6c1054..9162370c4c 100644 --- a/keyboards/spaceman/pancake/rev1/info.json +++ b/keyboards/spaceman/pancake/rev1/info.json @@ -14,104 +14,112 @@    "layouts": {      "LAYOUT_planck_mit": {        "layout": [  -        { "w": 1, "x": 0, "y": 0 },  -        { "w": 1, "x": 1, "y": 0 },  -        { "w": 1, "x": 2, "y": 0 },  -        { "w": 1, "x": 3, "y": 0 },  -        { "w": 1, "x": 4, "y": 0 },  -        { "w": 1, "x": 5, "y": 0 },  -        { "w": 1, "x": 6, "y": 0 },  -        { "w": 1, "x": 7, "y": 0 },  -        { "w": 1, "x": 8, "y": 0 },  -        { "w": 1, "x": 9, "y": 0 },  -        { "w": 1, "x": 10, "y": 0 },  -        { "w": 1, "x": 11, "y": 0 },  -        { "w": 1, "x": 0, "y": 1 },  -        { "w": 1, "x": 1, "y": 1 },  -        { "w": 1, "x": 2, "y": 1 },  -        { "w": 1, "x": 3, "y": 1 },  -        { "w": 1, "x": 4, "y": 1 },  -        { "w": 1, "x": 5, "y": 1 },  -        { "w": 1, "x": 6, "y": 1 },  -        { "w": 1, "x": 7, "y": 1 },  -        { "w": 1, "x": 8, "y": 1 },  -        { "w": 1, "x": 9, "y": 1 },  -        { "w": 1, "x": 10, "y": 1 },  -        { "w": 1, "x": 11, "y": 1 },  -        { "w": 1, "x": 0, "y": 2 },  -        { "w": 1, "x": 1, "y": 2 },  -        { "w": 1, "x": 2, "y": 2 },  -        { "w": 1, "x": 3, "y": 2 },  -        { "w": 1, "x": 4, "y": 2 },  -        { "w": 1, "x": 5, "y": 2 },  -        { "w": 1, "x": 6, "y": 2 },  -        { "w": 1, "x": 7, "y": 2 },  -        { "w": 1, "x": 8, "y": 2 },  -        { "w": 1, "x": 9, "y": 2 },  -        { "w": 1, "x": 10, "y": 2 },  -        { "w": 1, "x": 11, "y": 2 },  -        { "w": 1, "x": 0, "y": 3 },  -        { "w": 1, "x": 1, "y": 3 },  -        { "w": 1, "x": 2, "y": 3 },  -        { "w": 1, "x": 3, "y": 3 },  -        { "w": 1, "x": 4, "y": 3 },  -        { "w": 2, "x": 5, "y": 3 },  -        { "w": 1, "x": 7, "y": 3 },  -        { "w": 1, "x": 8, "y": 3 },  -        { "w": 1, "x": 9, "y": 3 },  -        { "w": 1, "x": 10, "y": 3 },  -        { "w": 1, "x": 11, "y": 3 } ] +        {"matrix": [0, 0], "x": 0, "y": 0}, +        {"matrix": [0, 1], "x": 1, "y": 0}, +        {"matrix": [0, 2], "x": 2, "y": 0}, +        {"matrix": [0, 3], "x": 3, "y": 0}, +        {"matrix": [0, 4], "x": 4, "y": 0}, +        {"matrix": [0, 5], "x": 5, "y": 0}, +        {"matrix": [0, 6], "x": 6, "y": 0}, +        {"matrix": [0, 7], "x": 7, "y": 0}, +        {"matrix": [0, 8], "x": 8, "y": 0}, +        {"matrix": [0, 9], "x": 9, "y": 0}, +        {"matrix": [0, 10], "x": 10, "y": 0}, +        {"matrix": [0, 11], "x": 11, "y": 0}, + +        {"matrix": [1, 0], "x": 0, "y": 1}, +        {"matrix": [1, 1], "x": 1, "y": 1}, +        {"matrix": [1, 2], "x": 2, "y": 1}, +        {"matrix": [1, 3], "x": 3, "y": 1}, +        {"matrix": [1, 4], "x": 4, "y": 1}, +        {"matrix": [1, 5], "x": 5, "y": 1}, +        {"matrix": [1, 6], "x": 6, "y": 1}, +        {"matrix": [1, 7], "x": 7, "y": 1}, +        {"matrix": [1, 8], "x": 8, "y": 1}, +        {"matrix": [1, 9], "x": 9, "y": 1}, +        {"matrix": [1, 10], "x": 10, "y": 1}, +        {"matrix": [1, 11], "x": 11, "y": 1}, + +        {"matrix": [2, 0], "x": 0, "y": 2}, +        {"matrix": [2, 1], "x": 1, "y": 2}, +        {"matrix": [2, 2], "x": 2, "y": 2}, +        {"matrix": [2, 3], "x": 3, "y": 2}, +        {"matrix": [2, 4], "x": 4, "y": 2}, +        {"matrix": [2, 5], "x": 5, "y": 2}, +        {"matrix": [2, 6], "x": 6, "y": 2}, +        {"matrix": [2, 7], "x": 7, "y": 2}, +        {"matrix": [2, 8], "x": 8, "y": 2}, +        {"matrix": [2, 9], "x": 9, "y": 2}, +        {"matrix": [2, 10], "x": 10, "y": 2}, +        {"matrix": [2, 11], "x": 11, "y": 2}, + +        {"matrix": [3, 0], "x": 0, "y": 3}, +        {"matrix": [3, 1], "x": 1, "y": 3}, +        {"matrix": [3, 2], "x": 2, "y": 3}, +        {"matrix": [3, 3], "x": 3, "y": 3}, +        {"matrix": [3, 4], "x": 4, "y": 3}, +        {"matrix": [3, 5], "x": 5, "y": 3, "w": 2}, +        {"matrix": [3, 7], "x": 7, "y": 3}, +        {"matrix": [3, 8], "x": 8, "y": 3}, +        {"matrix": [3, 9], "x": 9, "y": 3}, +        {"matrix": [3, 10], "x": 10, "y": 3}, +        {"matrix": [3, 11], "x": 11, "y": 3} +      ]      },  		"LAYOUT_ortho_4x12": {        "layout": [  -        { "w": 1, "x": 0, "y": 0 },  -        { "w": 1, "x": 1, "y": 0 },  -        { "w": 1, "x": 2, "y": 0 },  -        { "w": 1, "x": 3, "y": 0 },  -        { "w": 1, "x": 4, "y": 0 },  -        { "w": 1, "x": 5, "y": 0 },  -        { "w": 1, "x": 6, "y": 0 },  -        { "w": 1, "x": 7, "y": 0 },  -        { "w": 1, "x": 8, "y": 0 },  -        { "w": 1, "x": 9, "y": 0 },  -        { "w": 1, "x": 10, "y": 0 },  -        { "w": 1, "x": 11, "y": 0 },  -        { "w": 1, "x": 0, "y": 1 },  -        { "w": 1, "x": 1, "y": 1 },  -        { "w": 1, "x": 2, "y": 1 },  -        { "w": 1, "x": 3, "y": 1 },  -        { "w": 1, "x": 4, "y": 1 },  -        { "w": 1, "x": 5, "y": 1 },  -        { "w": 1, "x": 6, "y": 1 },  -        { "w": 1, "x": 7, "y": 1 },  -        { "w": 1, "x": 8, "y": 1 },  -        { "w": 1, "x": 9, "y": 1 },  -        { "w": 1, "x": 10, "y": 1 },  -        { "w": 1, "x": 11, "y": 1 },  -        { "w": 1, "x": 0, "y": 2 },  -        { "w": 1, "x": 1, "y": 2 },  -        { "w": 1, "x": 2, "y": 2 },  -        { "w": 1, "x": 3, "y": 2 },  -        { "w": 1, "x": 4, "y": 2 },  -        { "w": 1, "x": 5, "y": 2 },  -        { "w": 1, "x": 6, "y": 2 },  -        { "w": 1, "x": 7, "y": 2 },  -        { "w": 1, "x": 8, "y": 2 },  -        { "w": 1, "x": 9, "y": 2 },  -        { "w": 1, "x": 10, "y": 2 },  -        { "w": 1, "x": 11, "y": 2 },  -        { "w": 1, "x": 0, "y": 3 },  -        { "w": 1, "x": 1, "y": 3 },  -        { "w": 1, "x": 2, "y": 3 },  -        { "w": 1, "x": 3, "y": 3 },  -        { "w": 1, "x": 4, "y": 3 },  -        { "w": 1, "x": 5, "y": 3 },  -        { "w": 1, "x": 6, "y": 3 },  -        { "w": 1, "x": 7, "y": 3 },  -        { "w": 1, "x": 8, "y": 3 },  -        { "w": 1, "x": 9, "y": 3 },  -        { "w": 1, "x": 10, "y": 3 },  -        { "w": 1, "x": 11, "y": 3 } ] +        {"matrix": [0, 0], "x": 0, "y": 0}, +        {"matrix": [0, 1], "x": 1, "y": 0}, +        {"matrix": [0, 2], "x": 2, "y": 0}, +        {"matrix": [0, 3], "x": 3, "y": 0}, +        {"matrix": [0, 4], "x": 4, "y": 0}, +        {"matrix": [0, 5], "x": 5, "y": 0}, +        {"matrix": [0, 6], "x": 6, "y": 0}, +        {"matrix": [0, 7], "x": 7, "y": 0}, +        {"matrix": [0, 8], "x": 8, "y": 0}, +        {"matrix": [0, 9], "x": 9, "y": 0}, +        {"matrix": [0, 10], "x": 10, "y": 0}, +        {"matrix": [0, 11], "x": 11, "y": 0}, + +        {"matrix": [1, 0], "x": 0, "y": 1}, +        {"matrix": [1, 1], "x": 1, "y": 1}, +        {"matrix": [1, 2], "x": 2, "y": 1}, +        {"matrix": [1, 3], "x": 3, "y": 1}, +        {"matrix": [1, 4], "x": 4, "y": 1}, +        {"matrix": [1, 5], "x": 5, "y": 1}, +        {"matrix": [1, 6], "x": 6, "y": 1}, +        {"matrix": [1, 7], "x": 7, "y": 1}, +        {"matrix": [1, 8], "x": 8, "y": 1}, +        {"matrix": [1, 9], "x": 9, "y": 1}, +        {"matrix": [1, 10], "x": 10, "y": 1}, +        {"matrix": [1, 11], "x": 11, "y": 1}, + +        {"matrix": [2, 0], "x": 0, "y": 2}, +        {"matrix": [2, 1], "x": 1, "y": 2}, +        {"matrix": [2, 2], "x": 2, "y": 2}, +        {"matrix": [2, 3], "x": 3, "y": 2}, +        {"matrix": [2, 4], "x": 4, "y": 2}, +        {"matrix": [2, 5], "x": 5, "y": 2}, +        {"matrix": [2, 6], "x": 6, "y": 2}, +        {"matrix": [2, 7], "x": 7, "y": 2}, +        {"matrix": [2, 8], "x": 8, "y": 2}, +        {"matrix": [2, 9], "x": 9, "y": 2}, +        {"matrix": [2, 10], "x": 10, "y": 2}, +        {"matrix": [2, 11], "x": 11, "y": 2}, + +        {"matrix": [3, 0], "x": 0, "y": 3}, +        {"matrix": [3, 1], "x": 1, "y": 3}, +        {"matrix": [3, 2], "x": 2, "y": 3}, +        {"matrix": [3, 3], "x": 3, "y": 3}, +        {"matrix": [3, 4], "x": 4, "y": 3}, +        {"matrix": [3, 5], "x": 5, "y": 3}, +        {"matrix": [3, 6], "x": 6, "y": 3}, +        {"matrix": [3, 7], "x": 7, "y": 3}, +        {"matrix": [3, 8], "x": 8, "y": 3}, +        {"matrix": [3, 9], "x": 9, "y": 3}, +        {"matrix": [3, 10], "x": 10, "y": 3}, +        {"matrix": [3, 11], "x": 11, "y": 3} +      ]      }    }  } diff --git a/keyboards/spaceman/pancake/rev1/promicro/config.h b/keyboards/spaceman/pancake/rev1/promicro/config.h deleted file mode 100644 index 3024db4d46..0000000000 --- a/keyboards/spaceman/pancake/rev1/promicro/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2019 Spaceman - * - * 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 - -/* Pancake default pinout */ -#define MATRIX_ROW_PINS { B1, B3, B2, B6 } -#define MATRIX_COL_PINS { F4, F5, F6, F7, E6, B4, B5, D7, C6, D4, D0, D1 } diff --git a/keyboards/spaceman/pancake/rev1/promicro/info.json b/keyboards/spaceman/pancake/rev1/promicro/info.json new file mode 100644 index 0000000000..47ab8fdcd0 --- /dev/null +++ b/keyboards/spaceman/pancake/rev1/promicro/info.json @@ -0,0 +1,7 @@ +{ +    "matrix_pins": { +        "cols": ["F4", "F5", "F6", "F7", "E6", "B4", "B5", "D7", "C6", "D4", "D0", "D1"], +        "rows": ["B1", "B3", "B2", "B6"] +    }, +    "diode_direction": "COL2ROW" +} diff --git a/keyboards/spaceman/pancake/rev1/rev1.c b/keyboards/spaceman/pancake/rev1/rev1.c deleted file mode 100644 index d226653296..0000000000 --- a/keyboards/spaceman/pancake/rev1/rev1.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 Spaceman - * - * 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 "rev1.h" diff --git a/keyboards/spaceman/pancake/rev1/rev1.h b/keyboards/spaceman/pancake/rev1/rev1.h deleted file mode 100644 index 312d789b42..0000000000 --- a/keyboards/spaceman/pancake/rev1/rev1.h +++ /dev/null @@ -1,44 +0,0 @@ -/* Copyright 2019 Spaceman - * - * 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" - -#define LAYOUT_planck_mit( \ -    k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \ -    k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \ -    k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \ -    k300, k301, k302, k303, k304,    k305,    k307, k308, k309, k310, k311 \ -) \ -{ \ -    { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011 }, \ -    { k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111 }, \ -    { k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211 }, \ -    { k300, k301, k302, k303, k304, k305, k305, k307, k308, k309, k310, k311 } \ -} - -#define LAYOUT_ortho_4x12( \ -    k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, \ -    k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, \ -    k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, \ -    k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311 \ -) \ -{ \ -    { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011 }, \ -    { k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111 }, \ -    { k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211 }, \ -    { k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311 } \ -} diff --git a/keyboards/spaceman/pancake/rev2/config.h b/keyboards/spaceman/pancake/rev2/config.h deleted file mode 100644 index 294f9cc663..0000000000 --- a/keyboards/spaceman/pancake/rev2/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2020 Spaceman - * - * 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 - -#define DIODE_DIRECTION COL2ROW - -#define MATRIX_ROW_PINS { C7, C6, B6, B5 } -#define MATRIX_COL_PINS { B7, B3, B2, B1 ,B0, E6, F0, F1, F4, F5, F6, F7 } diff --git a/keyboards/spaceman/pancake/rev2/info.json b/keyboards/spaceman/pancake/rev2/info.json index 22da63e5f2..22c2b2e78d 100644 --- a/keyboards/spaceman/pancake/rev2/info.json +++ b/keyboards/spaceman/pancake/rev2/info.json @@ -8,60 +8,68 @@      "pid": "0x5032",      "device_version": "0.0.2"    }, +  "matrix_pins": { +    "cols": ["B7", "B3", "B2", "B1", "B0", "E6", "F0", "F1", "F4", "F5", "F6", "F7"], +    "rows": ["C7", "C6", "B6", "B5"] +  }, +  "diode_direction": "COL2ROW",    "processor": "atmega32u4",    "bootloader": "atmel-dfu",    "community_layouts": ["ortho_4x12"],    "layouts": {  		"LAYOUT_ortho_4x12": {        "layout": [  -        {"x":0, "y":0},   -        {"x":1, "y":0},   -        {"x":2, "y":0},   -        {"x":3, "y":0},   -        {"x":4, "y":0},   -        {"x":5, "y":0},   -        {"x":7, "y":0},   -        {"x":8, "y":0},   -        {"x":9, "y":0},   -        {"x":10, "y":0},   -        {"x":11, "y":0},   -        {"x":12, "y":0},   -        {"x":0, "y":1},   -        {"x":1, "y":1},   -        {"x":2, "y":1},   -        {"x":3, "y":1},   -        {"x":4, "y":1},   -        {"x":5, "y":1},   -        {"x":7, "y":1},   -        {"x":8, "y":1},   -        {"x":9, "y":1},   -        {"x":10, "y":1},   -        {"x":11, "y":1},   -        {"x":12, "y":1},   -        {"x":0, "y":2},   -        {"x":1, "y":2},   -        {"x":2, "y":2},   -        {"x":3, "y":2},   -        {"x":4, "y":2},   -        {"x":5, "y":2},   -        {"x":7, "y":2},   -        {"x":8, "y":2},   -        {"x":9, "y":2},   -        {"x":10, "y":2},   -        {"x":11, "y":2},   -        {"x":12, "y":2},   -        {"x":0, "y":3},   -        {"x":1, "y":3},   -        {"x":2, "y":3},   -        {"x":3, "y":3},   -        {"x":4, "y":3},   -        {"x":5, "y":3, "w":1.5},   -        {"x":6.5, "y":3, "w":1.5},   -        {"x":8, "y":3},   -        {"x":9, "y":3},   -        {"x":10, "y":3},   -        {"x":11, "y":3},   -        {"x":12, "y":3} +        {"matrix": [0, 0], "x": 0, "y": 0}, +        {"matrix": [0, 1], "x": 1, "y": 0}, +        {"matrix": [0, 2], "x": 2, "y": 0}, +        {"matrix": [0, 3], "x": 3, "y": 0}, +        {"matrix": [0, 4], "x": 4, "y": 0}, +        {"matrix": [0, 5], "x": 5, "y": 0}, +        {"matrix": [0, 6], "x": 7, "y": 0}, +        {"matrix": [0, 7], "x": 8, "y": 0}, +        {"matrix": [0, 8], "x": 9, "y": 0}, +        {"matrix": [0, 9], "x": 10, "y": 0}, +        {"matrix": [0, 10], "x": 11, "y": 0}, +        {"matrix": [0, 11], "x": 12, "y": 0}, + +        {"matrix": [1, 0], "x": 0, "y": 1}, +        {"matrix": [1, 1], "x": 1, "y": 1}, +        {"matrix": [1, 2], "x": 2, "y": 1}, +        {"matrix": [1, 3], "x": 3, "y": 1}, +        {"matrix": [1, 4], "x": 4, "y": 1}, +        {"matrix": [1, 5], "x": 5, "y": 1}, +        {"matrix": [1, 6], "x": 7, "y": 1}, +        {"matrix": [1, 7], "x": 8, "y": 1}, +        {"matrix": [1, 8], "x": 9, "y": 1}, +        {"matrix": [1, 9], "x": 10, "y": 1}, +        {"matrix": [1, 10], "x": 11, "y": 1}, +        {"matrix": [1, 11], "x": 12, "y": 1}, + +        {"matrix": [2, 0], "x": 0, "y": 2}, +        {"matrix": [2, 1], "x": 1, "y": 2}, +        {"matrix": [2, 2], "x": 2, "y": 2}, +        {"matrix": [2, 3], "x": 3, "y": 2}, +        {"matrix": [2, 4], "x": 4, "y": 2}, +        {"matrix": [2, 5], "x": 5, "y": 2}, +        {"matrix": [2, 6], "x": 7, "y": 2}, +        {"matrix": [2, 7], "x": 8, "y": 2}, +        {"matrix": [2, 8], "x": 9, "y": 2}, +        {"matrix": [2, 9], "x": 10, "y": 2}, +        {"matrix": [2, 10], "x": 11, "y": 2}, +        {"matrix": [2, 11], "x": 12, "y": 2}, + +        {"matrix": [3, 0], "x": 0, "y": 3}, +        {"matrix": [3, 1], "x": 1, "y": 3}, +        {"matrix": [3, 2], "x": 2, "y": 3}, +        {"matrix": [3, 3], "x": 3, "y": 3}, +        {"matrix": [3, 4], "x": 4, "y": 3}, +        {"matrix": [3, 5], "x": 5, "y": 3, "w": 1.5}, +        {"matrix": [3, 6], "x": 6.5, "y": 3, "w": 1.5}, +        {"matrix": [3, 7], "x": 8, "y": 3}, +        {"matrix": [3, 8], "x": 9, "y": 3}, +        {"matrix": [3, 9], "x": 10, "y": 3}, +        {"matrix": [3, 10], "x": 11, "y": 3}, +        {"matrix": [3, 11], "x": 12, "y": 3}        ]      }    } diff --git a/keyboards/spaceman/pancake/rev2/rev2.c b/keyboards/spaceman/pancake/rev2/rev2.c index 9b186192c5..cc1c2019da 100644 --- a/keyboards/spaceman/pancake/rev2/rev2.c +++ b/keyboards/spaceman/pancake/rev2/rev2.c @@ -13,7 +13,7 @@   * 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 "rev2.h" +#include "quantum.h"  #ifdef OLED_ENABLE diff --git a/keyboards/spaceman/pancake/rev2/rev2.h b/keyboards/spaceman/pancake/rev2/rev2.h deleted file mode 100644 index 628b1b39ac..0000000000 --- a/keyboards/spaceman/pancake/rev2/rev2.h +++ /dev/null @@ -1,31 +0,0 @@ -/* Copyright 2020 Spaceman - * - * 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" - -#define LAYOUT_ortho_4x12( \ -    k000, k001, k002, k003, k004, k005,       k006, k007, k008, k009, k010, k011, \ -    k100, k101, k102, k103, k104, k105,       k106, k107, k108, k109, k110, k111, \ -    k200, k201, k202, k203, k204, k205,       k206, k207, k208, k209, k210, k211, \ -    k300, k301, k302, k303, k304,   k305,   k306,   k307, k308, k309, k310, k311 \ -) \ -{ \ -    { k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011 }, \ -    { k100, k101, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111 }, \ -    { k200, k201, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211 }, \ -    { k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311 } \ -} diff --git a/keyboards/spaceman/yun65/config.h b/keyboards/spaceman/yun65/config.h deleted file mode 100644 index b8900721e4..0000000000 --- a/keyboards/spaceman/yun65/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright 2020 Spaceman - * - * 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 - -#define DIODE_DIRECTION COL2ROW - -#define MATRIX_ROW_PINS { E6, D3, D2, D1, D0 } -#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, D4, D6, D7, B4, B5, B6, C6, C7, D5, B3 } - diff --git a/keyboards/spaceman/yun65/info.json b/keyboards/spaceman/yun65/info.json index 1103a08c72..40854c78f3 100644 --- a/keyboards/spaceman/yun65/info.json +++ b/keyboards/spaceman/yun65/info.json @@ -8,16 +8,90 @@      "pid": "0x594E",      "device_version": "0.0.1"    }, +  "matrix_pins": { +    "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "D5", "B3"], +    "rows": ["E6", "D3", "D2", "D1", "D0"] +  }, +  "diode_direction": "COL2ROW",    "processor": "atmega32u4",    "bootloader": "atmel-dfu",    "layouts": {      "LAYOUT": {        "layout": [ -        {"label":"\u00ac", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"\"", "x":2, "y":0}, {"label":"\u00a3", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0},  -        {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1},  -        {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"@", "x":11.75, "y":2}, {"label":"~", "x":12.75, "y":2}, {"x":13.75, "y":2, "w":1.25}, {"x":15, "y":2},  -        {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"Shift", "x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3},  -        {"label":"Ctrl", "x":0, "y":4, "w":1.25}, {"label":"Win", "x":1.25, "y":4, "w":1.25}, {"label":"Alt", "x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"label":"AltGr", "x":10, "y":4, "w":1.25}, {"label":"AltGr", "x":11.25, "y":4, "w":1.25}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4} +        {"matrix": [0, 0], "x": 0, "y": 0}, +        {"matrix": [0, 1], "x": 1, "y": 0}, +        {"matrix": [0, 2], "x": 2, "y": 0}, +        {"matrix": [0, 3], "x": 3, "y": 0}, +        {"matrix": [0, 4], "x": 4, "y": 0}, +        {"matrix": [0, 5], "x": 5, "y": 0}, +        {"matrix": [0, 6], "x": 6, "y": 0}, +        {"matrix": [0, 7], "x": 7, "y": 0}, +        {"matrix": [0, 8], "x": 8, "y": 0}, +        {"matrix": [0, 9], "x": 9, "y": 0}, +        {"matrix": [0, 10], "x": 10, "y": 0}, +        {"matrix": [0, 11], "x": 11, "y": 0}, +        {"matrix": [0, 12], "x": 12, "y": 0}, +        {"matrix": [0, 13], "x": 13, "y": 0}, +        {"matrix": [0, 14], "x": 14, "y": 0}, + +        {"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5}, +        {"matrix": [1, 2], "x": 1.5, "y": 1}, +        {"matrix": [1, 3], "x": 2.5, "y": 1}, +        {"matrix": [1, 4], "x": 3.5, "y": 1}, +        {"matrix": [1, 5], "x": 4.5, "y": 1}, +        {"matrix": [1, 6], "x": 5.5, "y": 1}, +        {"matrix": [1, 7], "x": 6.5, "y": 1}, +        {"matrix": [1, 8], "x": 7.5, "y": 1}, +        {"matrix": [1, 9], "x": 8.5, "y": 1}, +        {"matrix": [1, 10], "x": 9.5, "y": 1}, +        {"matrix": [1, 11], "x": 10.5, "y": 1}, +        {"matrix": [1, 12], "x": 11.5, "y": 1}, +        {"matrix": [1, 13], "x": 12.5, "y": 1}, +        {"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5}, +        {"matrix": [1, 15], "x": 15, "y": 1}, + +        {"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75}, +        {"matrix": [2, 2], "x": 1.75, "y": 2}, +        {"matrix": [2, 3], "x": 2.75, "y": 2}, +        {"matrix": [2, 4], "x": 3.75, "y": 2}, +        {"matrix": [2, 5], "x": 4.75, "y": 2}, +        {"matrix": [2, 6], "x": 5.75, "y": 2}, +        {"matrix": [2, 7], "x": 6.75, "y": 2}, +        {"matrix": [2, 8], "x": 7.75, "y": 2}, +        {"matrix": [2, 9], "x": 8.75, "y": 2}, +        {"matrix": [2, 10], "x": 9.75, "y": 2}, +        {"matrix": [2, 11], "x": 10.75, "y": 2}, +        {"matrix": [2, 12], "x": 11.75, "y": 2}, +        {"matrix": [2, 13], "x": 12.75, "y": 2}, +        {"matrix": [2, 14], "x": 13.75, "y": 2, "w": 1.25}, +        {"matrix": [2, 15], "x": 15, "y": 2}, + +        {"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25}, +        {"matrix": [3, 1], "x": 1.25, "y": 3}, +        {"matrix": [3, 2], "x": 2.25, "y": 3}, +        {"matrix": [3, 3], "x": 3.25, "y": 3}, +        {"matrix": [3, 4], "x": 4.25, "y": 3}, +        {"matrix": [3, 5], "x": 5.25, "y": 3}, +        {"matrix": [3, 6], "x": 6.25, "y": 3}, +        {"matrix": [3, 7], "x": 7.25, "y": 3}, +        {"matrix": [3, 8], "x": 8.25, "y": 3}, +        {"matrix": [3, 9], "x": 9.25, "y": 3}, +        {"matrix": [3, 10], "x": 10.25, "y": 3}, +        {"matrix": [3, 11], "x": 11.25, "y": 3}, +        {"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75}, +        {"matrix": [3, 14], "x": 14, "y": 3}, +        {"matrix": [3, 15], "x": 15, "y": 3}, + +        {"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25}, +        {"matrix": [4, 2], "x": 1.25, "y": 4, "w": 1.25}, +        {"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25}, +        {"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25}, +        {"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25}, +        {"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25}, + +        {"matrix": [4, 13], "x": 13, "y": 4}, +        {"matrix": [4, 14], "x": 14, "y": 4}, +        {"matrix": [4, 15], "x": 15, "y": 4}        ]      }    } diff --git a/keyboards/spaceman/yun65/yun65.c b/keyboards/spaceman/yun65/yun65.c deleted file mode 100644 index c93cb7094b..0000000000 --- a/keyboards/spaceman/yun65/yun65.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2020 Spaceman - * - * 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 "yun65.h" diff --git a/keyboards/spaceman/yun65/yun65.h b/keyboards/spaceman/yun65/yun65.h deleted file mode 100644 index c689ed76a2..0000000000 --- a/keyboards/spaceman/yun65/yun65.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright 2020 Spaceman - * - * 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" - -#define LAYOUT( \ -  k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, k013, k014, \ -    k100, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113,  k114,   k115, \ -  k200, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213,    k214,   k215, \ -    k300,  k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311,  k313,  k314, k315, \ -    k400, k402, k403,                   k406,                  k410,   k411,    k413, k414, k415  \ -) { \ -  {k000, k001, k002, k003, k004, k005, k006, k007, k008, k009, k010, k011, k012, k013, k014, KC_NO }, \ -  {k100, KC_NO, k102, k103, k104, k105, k106, k107, k108, k109, k110, k111, k112, k113, k114, k115 },  \ -  {k200, KC_NO, k202, k203, k204, k205, k206, k207, k208, k209, k210, k211, k212, k213, k214, k215 },  \ -  {k300, k301, k302, k303, k304, k305, k306, k307, k308, k309, k310, k311, KC_NO, k313, k314, k315 },  \ -  {k400, KC_NO, k402, k403, KC_NO, KC_NO, k406, KC_NO, KC_NO, KC_NO, k410, k411, KC_NO, k413, k414, k415 } \ -}  | 
