diff options
Diffstat (limited to 'keyboards/hand88')
-rwxr-xr-x | keyboards/hand88/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hand88/config.h b/keyboards/hand88/config.h index f3c85ebbe4..4e5a08de2f 100755 --- a/keyboards/hand88/config.h +++ b/keyboards/hand88/config.h @@ -18,10 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -#define MATRIX_ROWS 6 -#define MATRIX_COLS 17 - #define MATRIX_ROW_PINS { A2, A14, A15, B3, B4, B5 } #define MATRIX_COL_PINS { A1, B9, A3, A4, A5, A6, A7, B0, B1, B2, B10, B11, B12, B13, B14, B15, A8 } |