diff options
Diffstat (limited to 'keyboards/emptystring')
| -rw-r--r-- | keyboards/emptystring/nqg/config.h | 27 | ||||
| -rw-r--r-- | keyboards/emptystring/nqg/info.json | 5 |
2 files changed, 5 insertions, 27 deletions
diff --git a/keyboards/emptystring/nqg/config.h b/keyboards/emptystring/nqg/config.h deleted file mode 100644 index c5462f8acb..0000000000 --- a/keyboards/emptystring/nqg/config.h +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2019 Bernard Shih (twitter: @SA_EndlessGame) | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | |||
| 21 | /* key matrix pins */ | ||
| 22 | #define MATRIX_ROW_PINS {B6, B2, B3, B1} | ||
| 23 | #define MATRIX_COL_PINS {F7, F6, B5, B4, E6, D7, C6, D4, D0, D1} | ||
| 24 | |||
| 25 | |||
| 26 | /* COL2ROW or ROW2COL */ | ||
| 27 | #define DIODE_DIRECTION COL2ROW | ||
diff --git a/keyboards/emptystring/nqg/info.json b/keyboards/emptystring/nqg/info.json index 37c11551f7..76bdb7fbe1 100644 --- a/keyboards/emptystring/nqg/info.json +++ b/keyboards/emptystring/nqg/info.json | |||
| @@ -8,6 +8,11 @@ | |||
| 8 | "pid": "0x0037", | 8 | "pid": "0x0037", |
| 9 | "device_version": "1.0.0" | 9 | "device_version": "1.0.0" |
| 10 | }, | 10 | }, |
| 11 | "matrix_pins": { | ||
| 12 | "cols": ["F7", "F6", "B5", "B4", "E6", "D7", "C6", "D4", "D0", "D1"], | ||
| 13 | "rows": ["B6", "B2", "B3", "B1"] | ||
| 14 | }, | ||
| 15 | "diode_direction": "COL2ROW", | ||
| 11 | "processor": "atmega32u4", | 16 | "processor": "atmega32u4", |
| 12 | "bootloader": "caterina", | 17 | "bootloader": "caterina", |
| 13 | "layouts": { | 18 | "layouts": { |
