[Keyboard] Refactor chinese PCB folder (#18923)

This commit is contained in:
HorrorTroll
2022-11-08 23:22:38 +07:00
committed by GitHub
parent a25e5ce1b3
commit 421448cd41
15 changed files with 81 additions and 186 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright 2021 HorrorTroll <https://github.com/HorrorTroll>
/* Copyright 2022 HorrorTroll <https://github.com/HorrorTroll>
*
* 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
@@ -18,11 +18,11 @@
#include "config_common.h"
/* key matrix size */
/* Key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
/* key matrix pins */
/* Key matrix pins */
#define MATRIX_ROW_PINS { B0, B1, B2, B3, B7 }
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4, F7, F6, F5, F4, F1, F0 }