diff options
Diffstat (limited to 'keyboards/nack')
-rw-r--r-- | keyboards/nack/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/nack/config.h b/keyboards/nack/config.h index 666f196327..95bf0d9b87 100644 --- a/keyboards/nack/config.h +++ b/keyboards/nack/config.h @@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define MATRIX_ROWS 4 -#define MATRIX_COLS 13 - #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 } |