diff options
Diffstat (limited to 'keyboards/pinky')
| -rw-r--r-- | keyboards/pinky/3/3.c | 1 | ||||
| -rw-r--r-- | keyboards/pinky/3/3.h | 32 | ||||
| -rw-r--r-- | keyboards/pinky/3/config.h | 52 | ||||
| -rw-r--r-- | keyboards/pinky/3/info.json | 112 | ||||
| -rw-r--r-- | keyboards/pinky/4/4.c | 1 | ||||
| -rw-r--r-- | keyboards/pinky/4/4.h | 35 | ||||
| -rw-r--r-- | keyboards/pinky/4/config.h | 52 | ||||
| -rw-r--r-- | keyboards/pinky/4/info.json | 141 | ||||
| -rw-r--r-- | keyboards/pinky/pinky.c | 16 | ||||
| -rw-r--r-- | keyboards/pinky/pinky.h | 25 | 
10 files changed, 139 insertions, 328 deletions
diff --git a/keyboards/pinky/3/3.c b/keyboards/pinky/3/3.c deleted file mode 100644 index 200510d0aa..0000000000 --- a/keyboards/pinky/3/3.c +++ /dev/null @@ -1 +0,0 @@ -#include "pinky.h" diff --git a/keyboards/pinky/3/3.h b/keyboards/pinky/3/3.h deleted file mode 100644 index add202537a..0000000000 --- a/keyboards/pinky/3/3.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include "../pinky.h" - -#include "quantum.h" - -#ifdef USE_I2C -#include <stddef.h> -#ifdef __AVR__ -	#include <avr/io.h> -	#include <avr/interrupt.h> -#endif -#endif - -#define LAYOUT_split_3x7_4( \ -  L00, L01, L02, L03, L04, L05, L06,  R00, R01, R02, R03, R04, R05, R06, \ -  L10, L11, L12, L13, L14, L15, L16,  R10, R11, R12, R13, R14, R15, R16, \ -  L20, L21, L22, L23, L24, L25, L26,  R20, R21, R22, R23, R24, R25, R26, \ -                 L30, L31, L32, L33,  R30, R31, R32, R33 \ -  ) \ -  { \ -    { L00, L01, L02, L03, L04, L05, L06 }, \ -    { L10, L11, L12, L13, L14, L15, L16 }, \ -    { L20, L21, L22, L23, L24, L25, L26 }, \ -    { KC_NO, KC_NO, KC_NO, L30, L31, L32, L33 }, \ -    { R06, R05, R04, R03, R02, R01, R00 }, \ -    { R16, R15, R14, R13, R12, R11, R10 }, \ -    { R26, R25, R24, R23, R22, R21, R20 }, \ -    { KC_NO, KC_NO, KC_NO, R33, R32, R31, R30 } \ -  } - -#define LAYOUT LAYOUT_split_3x7_4 diff --git a/keyboards/pinky/3/config.h b/keyboards/pinky/3/config.h deleted file mode 100644 index bd8fa8fb69..0000000000 --- a/keyboards/pinky/3/config.h +++ /dev/null @@ -1,52 +0,0 @@ -/* Copyright 2018 'Masayuki Sunahara' - * - * 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 - -/* - * 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 { D4, C6, D7, E6 } - -// wiring of each half -#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } - - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW - -/* - * Feature disable options - *  These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/pinky/3/info.json b/keyboards/pinky/3/info.json index 4c96ddfc87..770d368399 100644 --- a/keyboards/pinky/3/info.json +++ b/keyboards/pinky/3/info.json @@ -8,67 +8,79 @@          "pid": "0x7033",          "device_version": "0.0.1"      }, +    "matrix_pins": { +        "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"], +        "rows": ["D4", "C6", "D7", "E6"] +    }, +    "diode_direction": "COL2ROW",      "split": {          "soft_serial_pin": "D2"      },      "processor": "atmega32u4",      "bootloader": "caterina", +    "layout_aliases": { +        "LAYOUT": "LAYOUT_split_3x7_4" +    },      "layouts": {          "LAYOUT_split_3x7_4": {              "layout": [ -                {"label":"Esc", "x":0, "y":0.3}, -                {"label":"Q", "x":1, "y":0.3}, -                {"label":"W", "x":2, "y":0.2}, -                {"label":"E", "x":3, "y":0}, -                {"label":"R", "x":4, "y":0.2}, -                {"label":"T", "x":5, "y":0.4}, -                {"label":"(", "x":6, "y":0.6}, -                {"label":")", "x":9, "y":0.6}, -                {"label":"Y", "x":10, "y":0.4}, -                {"label":"U", "x":11, "y":0.2}, -                {"label":"I", "x":12, "y":0}, -                {"label":"O", "x":13, "y":0.2}, -                {"label":"P", "x":14, "y":0.3}, -                {"label":"Backspace", "x":15, "y":0.3}, +                {"matrix": [0, 0], "x": 0, "y": 0.3}, +                {"matrix": [0, 1], "x": 1, "y": 0.3}, +                {"matrix": [0, 2], "x": 2, "y": 0.2}, +                {"matrix": [0, 3], "x": 3, "y": 0}, +                {"matrix": [0, 4], "x": 4, "y": 0.2}, +                {"matrix": [0, 5], "x": 5, "y": 0.4}, +                {"matrix": [0, 6], "x": 6, "y": 0.6}, + +                {"matrix": [4, 6], "x": 9, "y": 0.6}, +                {"matrix": [4, 5], "x": 10, "y": 0.4}, +                {"matrix": [4, 4], "x": 11, "y": 0.2}, +                {"matrix": [4, 3], "x": 12, "y": 0}, +                {"matrix": [4, 2], "x": 13, "y": 0.2}, +                {"matrix": [4, 1], "x": 14, "y": 0.3}, +                {"matrix": [4, 0], "x": 15, "y": 0.3}, + +                {"matrix": [1, 0], "x": 0, "y": 1.3}, +                {"matrix": [1, 1], "x": 1, "y": 1.3}, +                {"matrix": [1, 2], "x": 2, "y": 1.2}, +                {"matrix": [1, 3], "x": 3, "y": 1}, +                {"matrix": [1, 4], "x": 4, "y": 1.2}, +                {"matrix": [1, 5], "x": 5, "y": 1.4}, +                {"matrix": [1, 6], "x": 6, "y": 1.6}, + +                {"matrix": [5, 6], "x": 9, "y": 1.6}, +                {"matrix": [5, 5], "x": 10, "y": 1.4}, +                {"matrix": [5, 4], "x": 11, "y": 1.2}, +                {"matrix": [5, 3], "x": 12, "y": 1}, +                {"matrix": [5, 2], "x": 13, "y": 1.2}, +                {"matrix": [5, 1], "x": 14, "y": 1.3}, +                {"matrix": [5, 0], "x": 15, "y": 1.3}, + +                {"matrix": [2, 0], "x": 0, "y": 2.3}, +                {"matrix": [2, 1], "x": 1, "y": 2.3}, +                {"matrix": [2, 2], "x": 2, "y": 2.2}, +                {"matrix": [2, 3], "x": 3, "y": 2}, +                {"matrix": [2, 4], "x": 4, "y": 2.2}, +                {"matrix": [2, 5], "x": 5, "y": 2.4}, +                {"matrix": [2, 6], "x": 6, "y": 3}, -                {"label":"Ctrl / Tab", "x":0, "y":1.3}, -                {"label":"A", "x":1, "y":1.3}, -                {"label":"S", "x":2, "y":1.2}, -                {"label":"D", "x":3, "y":1}, -                {"label":"F", "x":4, "y":1.2}, -                {"label":"G", "x":5, "y":1.4}, -                {"label":"[", "x":6, "y":1.6}, -                {"label":"]", "x":9, "y":1.6}, -                {"label":"H", "x":10, "y":1.4}, -                {"label":"J", "x":11, "y":1.2}, -                {"label":"K", "x":12, "y":1}, -                {"label":"L", "x":13, "y":1.2}, -                {"label":":", "x":14, "y":1.3}, -                {"label":"\"", "x":15, "y":1.3}, +                {"matrix": [6, 6], "x": 9, "y": 3}, +                {"matrix": [6, 5], "x": 10, "y": 2.4}, +                {"matrix": [6, 4], "x": 11, "y": 2.2}, +                {"matrix": [6, 3], "x": 12, "y": 2}, +                {"matrix": [6, 2], "x": 13, "y": 2.2}, +                {"matrix": [6, 1], "x": 14, "y": 2.3}, +                {"matrix": [6, 0], "x": 15, "y": 2.3}, -                {"label":"Shift", "x":0, "y":2.3}, -                {"label":"Z", "x":1, "y":2.3}, -                {"label":"X", "x":2, "y":2.2}, -                {"label":"C", "x":3, "y":2}, -                {"label":"V", "x":4, "y":2.2}, -                {"label":"B", "x":5, "y":2.4}, -                {"label":"MO(_ADJUST)", "x":6, "y":3}, -                {"label":"MO(_ADJUST)", "x":9, "y":3}, -                {"label":"N", "x":10, "y":2.4}, -                {"label":"M", "x":11, "y":2.2}, -                {"label":"<", "x":12, "y":2}, -                {"label":">", "x":13, "y":2.2}, -                {"label":"?", "x":14, "y":2.3}, -                {"label":"Enter", "x":15, "y":2.3}, +                {"matrix": [3, 3], "x": 3.5, "y": 3.7}, +                {"matrix": [3, 4], "x": 4.5, "y": 3.8}, +                {"matrix": [3, 5], "x": 5.5, "y": 4}, +                {"matrix": [3, 6], "x": 6.5, "y": 4.3}, -                {"label":"Alt", "x":3.5, "y":3.7}, -                {"label":"MO(_LOWER)", "x":4.5, "y":3.8}, -                {"label":"GUI", "x":5.5, "y":4}, -                {"label":"Space", "x":6.5, "y":4.3}, -                {"label":"Space", "x":8.5, "y":4.3}, -                {"label":"GUI", "x":9.5, "y":4}, -                {"label":"MO(_RAISE)", "x":10.5, "y":3.8}, -                {"label":"Alt", "x":11.5, "y":3.7} +                {"matrix": [7, 6], "x": 8.5, "y": 4.3}, +                {"matrix": [7, 5], "x": 9.5, "y": 4}, +                {"matrix": [7, 4], "x": 10.5, "y": 3.8}, +                {"matrix": [7, 3], "x": 11.5, "y": 3.7}              ]          }      } diff --git a/keyboards/pinky/4/4.c b/keyboards/pinky/4/4.c deleted file mode 100644 index 200510d0aa..0000000000 --- a/keyboards/pinky/4/4.c +++ /dev/null @@ -1 +0,0 @@ -#include "pinky.h" diff --git a/keyboards/pinky/4/4.h b/keyboards/pinky/4/4.h deleted file mode 100644 index 9420a320ff..0000000000 --- a/keyboards/pinky/4/4.h +++ /dev/null @@ -1,35 +0,0 @@ -#pragma once - -#include "../pinky.h" - -#include "quantum.h" - -#ifdef USE_I2C -#include <stddef.h> -#ifdef __AVR__ -	#include <avr/io.h> -	#include <avr/interrupt.h> -#endif -#endif - -#define LAYOUT_split_4x7_4( \ -  L00, L01, L02, L03, L04, L05, L06,  R00, R01, R02, R03, R04, R05, R06, \ -  L10, L11, L12, L13, L14, L15, L16,  R10, R11, R12, R13, R14, R15, R16, \ -  L20, L21, L22, L23, L24, L25, L26,  R20, R21, R22, R23, R24, R25, R26, \ -  L30, L31, L32, L33, L34, L35, L36,  R30, R31, R32, R33, R34, R35, R36, \ -                 L40, L41, L42, L43,  R40, R41, R42, R43 \ -  ) \ -  { \ -    { L00, L01, L02, L03, L04, L05, L06 }, \ -    { L10, L11, L12, L13, L14, L15, L16 }, \ -    { L20, L21, L22, L23, L24, L25, L26 }, \ -    { L30, L31, L32, L33, L34, L35, L36 }, \ -    { KC_NO, KC_NO, KC_NO, L40, L41, L42, L43 }, \ -    { R06, R05, R04, R03, R02, R01, R00 }, \ -    { R16, R15, R14, R13, R12, R11, R10 }, \ -    { R26, R25, R24, R23, R22, R21, R20 }, \ -    { R36, R35, R34, R33, R32, R31, R30 }, \ -    { KC_NO, KC_NO, KC_NO, R43, R42, R41, R40 } \ -  } - -#define LAYOUT LAYOUT_split_4x7_4 diff --git a/keyboards/pinky/4/config.h b/keyboards/pinky/4/config.h deleted file mode 100644 index c0185d3446..0000000000 --- a/keyboards/pinky/4/config.h +++ /dev/null @@ -1,52 +0,0 @@ -/* Copyright 2018 'Masayuki Sunahara' - * - * 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 - -/* - * 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 { D4, C6, D7, E6, B4 } - -// wiring of each half -#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } - - -/* COL2ROW, ROW2COL*/ -#define DIODE_DIRECTION COL2ROW - -/* - * Feature disable options - *  These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/pinky/4/info.json b/keyboards/pinky/4/info.json index cc1bbb1edd..01e44a647b 100644 --- a/keyboards/pinky/4/info.json +++ b/keyboards/pinky/4/info.json @@ -8,82 +8,95 @@          "pid": "0x7034",          "device_version": "0.0.1"      }, +    "matrix_pins": { +        "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"], +        "rows": ["D4", "C6", "D7", "E6", "B4"] +    }, +    "diode_direction": "COL2ROW",      "split": {          "soft_serial_pin": "D2"      },      "processor": "atmega32u4",      "bootloader": "caterina", +    "layout_aliases": { +        "LAYOUT": "LAYOUT_split_4x7_4" +    },      "layouts": {          "LAYOUT_split_4x7_4": {              "layout": [ -                {"label":"Esc", "x":0, "y":0.3}, -                {"label":"1", "x":1, "y":0.3}, -                {"label":"2", "x":2, "y":0.2}, -                {"label":"3", "x":3, "y":0}, -                {"label":"4", "x":4, "y":0.2}, -                {"label":"5", "x":5, "y":0.4}, -                {"label":"(", "x":6, "y":0.6}, -                {"label":")", "x":9, "y":0.6}, -                {"label":"6", "x":10, "y":0.4}, -                {"label":"7", "x":11, "y":0.2}, -                {"label":"8", "x":12, "y":0}, -                {"label":"9", "x":13, "y":0.2}, -                {"label":"0", "x":14, "y":0.3}, -                {"label":"Backspace", "x":15, "y":0.3}, +                {"matrix": [0, 0], "x": 0, "y": 0.3}, +                {"matrix": [0, 1], "x": 1, "y": 0.3}, +                {"matrix": [0, 2], "x": 2, "y": 0.2}, +                {"matrix": [0, 3], "x": 3, "y": 0}, +                {"matrix": [0, 4], "x": 4, "y": 0.2}, +                {"matrix": [0, 5], "x": 5, "y": 0.4}, +                {"matrix": [0, 6], "x": 6, "y": 0.6}, + +                {"matrix": [5, 6], "x": 9, "y": 0.6}, +                {"matrix": [5, 5], "x": 10, "y": 0.4}, +                {"matrix": [5, 4], "x": 11, "y": 0.2}, +                {"matrix": [5, 3], "x": 12, "y": 0}, +                {"matrix": [5, 2], "x": 13, "y": 0.2}, +                {"matrix": [5, 1], "x": 14, "y": 0.3}, +                {"matrix": [5, 0], "x": 15, "y": 0.3}, + +                {"matrix": [1, 0], "x": 0, "y": 1.3}, +                {"matrix": [1, 1], "x": 1, "y": 1.3}, +                {"matrix": [1, 2], "x": 2, "y": 1.2}, +                {"matrix": [1, 3], "x": 3, "y": 1}, +                {"matrix": [1, 4], "x": 4, "y": 1.2}, +                {"matrix": [1, 5], "x": 5, "y": 1.4}, +                {"matrix": [1, 6], "x": 6, "y": 1.6}, + +                {"matrix": [6, 6], "x": 9, "y": 1.6}, +                {"matrix": [6, 5], "x": 10, "y": 1.4}, +                {"matrix": [6, 4], "x": 11, "y": 1.2}, +                {"matrix": [6, 3], "x": 12, "y": 1}, +                {"matrix": [6, 2], "x": 13, "y": 1.2}, +                {"matrix": [6, 1], "x": 14, "y": 1.3}, +                {"matrix": [6, 0], "x": 15, "y": 1.3}, + +                {"matrix": [2, 0], "x": 0, "y": 2.3}, +                {"matrix": [2, 1], "x": 1, "y": 2.3}, +                {"matrix": [2, 2], "x": 2, "y": 2.2}, +                {"matrix": [2, 3], "x": 3, "y": 2}, +                {"matrix": [2, 4], "x": 4, "y": 2.2}, +                {"matrix": [2, 5], "x": 5, "y": 2.4}, +                {"matrix": [2, 6], "x": 6, "y": 2.6}, + +                {"matrix": [7, 6], "x": 9, "y": 2.6}, +                {"matrix": [7, 5], "x": 10, "y": 2.4}, +                {"matrix": [7, 4], "x": 11, "y": 2.2}, +                {"matrix": [7, 3], "x": 12, "y": 2}, +                {"matrix": [7, 2], "x": 13, "y": 2.2}, +                {"matrix": [7, 1], "x": 14, "y": 2.3}, +                {"matrix": [7, 0], "x": 15, "y": 2.3}, -                {"label":"Tab", "x":0, "y":1.3}, -                {"label":"Q", "x":1, "y":1.3}, -                {"label":"W", "x":2, "y":1.2}, -                {"label":"E", "x":3, "y":1}, -                {"label":"R", "x":4, "y":1.2}, -                {"label":"T", "x":5, "y":1.4}, -                {"label":"[", "x":6, "y":1.6}, -                {"label":"]", "x":9, "y":1.6}, -                {"label":"Y", "x":10, "y":1.4}, -                {"label":"U", "x":11, "y":1.2}, -                {"label":"I", "x":12, "y":1}, -                {"label":"O", "x":13, "y":1.2}, -                {"label":"P", "x":14, "y":1.3}, -                {"label":"\\", "x":15, "y":1.3}, +                {"matrix": [3, 0], "x": 0, "y": 3.3}, +                {"matrix": [3, 1], "x": 1, "y": 3.3}, +                {"matrix": [3, 2], "x": 2, "y": 3.2}, +                {"matrix": [3, 3], "x": 3, "y": 3}, +                {"matrix": [3, 4], "x": 4, "y": 3.2}, +                {"matrix": [3, 5], "x": 5, "y": 3.4}, +                {"matrix": [3, 6], "x": 6, "y": 4}, -                {"label":"Ctrl / Tab", "x":0, "y":2.3}, -                {"label":"A", "x":1, "y":2.3}, -                {"label":"S", "x":2, "y":2.2}, -                {"label":"D", "x":3, "y":2}, -                {"label":"F", "x":4, "y":2.2}, -                {"label":"G", "x":5, "y":2.4}, -                {"label":"{", "x":6, "y":2.6}, -                {"label":"}", "x":9, "y":2.6}, -                {"label":"H", "x":10, "y":2.4}, -                {"label":"J", "x":11, "y":2.2}, -                {"label":"K", "x":12, "y":2}, -                {"label":"L", "x":13, "y":2.2}, -                {"label":":", "x":14, "y":2.3}, -                {"label":"\"", "x":15, "y":2.3}, +                {"matrix": [8, 6], "x": 9, "y": 4}, +                {"matrix": [8, 5], "x": 10, "y": 3.4}, +                {"matrix": [8, 4], "x": 11, "y": 3.2}, +                {"matrix": [8, 3], "x": 12, "y": 3}, +                {"matrix": [8, 2], "x": 13, "y": 3.2}, +                {"matrix": [8, 1], "x": 14, "y": 3.3}, +                {"matrix": [8, 0], "x": 15, "y": 3.3}, -                {"label":"Shift", "x":0, "y":3.3}, -                {"label":"Z", "x":1, "y":3.3}, -                {"label":"X", "x":2, "y":3.2}, -                {"label":"C", "x":3, "y":3}, -                {"label":"V", "x":4, "y":3.2}, -                {"label":"B", "x":5, "y":3.4}, -                {"label":"MO(_ADJUST)", "x":6, "y":4}, -                {"label":"MO(_ADJUST)", "x":9, "y":4}, -                {"label":"N", "x":10, "y":3.4}, -                {"label":"M", "x":11, "y":3.2}, -                {"label":"<", "x":12, "y":3}, -                {"label":">", "x":13, "y":3.2}, -                {"label":"?", "x":14, "y":3.3}, -                {"label":"Enter", "x":15, "y":3.3}, +                {"matrix": [4, 3], "x": 3.5, "y": 4.7}, +                {"matrix": [4, 4], "x": 4.5, "y": 4.8}, +                {"matrix": [4, 5], "x": 5.5, "y": 5}, +                {"matrix": [4, 6], "x": 6.5, "y": 5.3}, -                {"label":"Alt", "x":3.5, "y":4.7}, -                {"label":"MO(_LOWER)", "x":4.5, "y":4.8}, -                {"label":"GUI", "x":5.5, "y":5}, -                {"label":"Space", "x":6.5, "y":5.3}, -                {"label":"Space", "x":8.5, "y":5.3}, -                {"label":"GUI", "x":9.5, "y":5}, -                {"label":"MO(_RAISE)", "x":10.5, "y":4.8}, -                {"label":"Alt", "x":11.5, "y":4.7} +                {"matrix": [9, 6], "x": 8.5, "y": 5.3}, +                {"matrix": [9, 5], "x": 9.5, "y": 5}, +                {"matrix": [9, 4], "x": 10.5, "y": 4.8}, +                {"matrix": [9, 3], "x": 11.5, "y": 4.7}              ]          }      } diff --git a/keyboards/pinky/pinky.c b/keyboards/pinky/pinky.c deleted file mode 100644 index aa873c7a72..0000000000 --- a/keyboards/pinky/pinky.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2018 'Masayuki Sunahara' - * - * 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 "pinky.h" diff --git a/keyboards/pinky/pinky.h b/keyboards/pinky/pinky.h deleted file mode 100644 index 67dfbe3370..0000000000 --- a/keyboards/pinky/pinky.h +++ /dev/null @@ -1,25 +0,0 @@ -/* Copyright 2018 'Masayuki Sunahara' - * - * 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_pinky_3) -#    include "3.h" -#elif defined(KEYBOARD_pinky_4) -#    include "4.h" -#endif  | 
