diff options
Diffstat (limited to 'keyboards/nack')
-rw-r--r-- | keyboards/nack/config.h | 4 | ||||
-rw-r--r-- | keyboards/nack/info.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h index 95bf0d9b87..0dc341052e 100644 --- a/keyboards/nack/config.h +++ b/keyboards/nack/config.h @@ -17,10 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define MATRIX_ROW_PINS { A0, A1, A2, A3 } -#define MATRIX_COL_PINS { A6, A7, A8, A9, A10, B0, B1, B2, B6, B7, C13, C14, C15 } - -#define DIODE_DIRECTION ROW2COL #define TAPPING_TOGGLE 2 #ifdef RGB_MATRIX_ENABLE diff --git a/keyboards/nack/info.json b/keyboards/nack/info.json index 3ece3f5dba..ad7eed8f24 100644 --- a/keyboards/nack/info.json +++ b/keyboards/nack/info.json @@ -8,6 +8,11 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "matrix_pins": { + "cols": ["A6", "A7", "A8", "A9", "A10", "B0", "B1", "B2", "B6", "B7", "C13", "C14", "C15"], + "rows": ["A0", "A1", "A2", "A3"] + }, + "diode_direction": "ROW2COL", "processor": "STM32F303", "bootloader": "stm32-dfu", "board": "QMK_PROTON_C", |