diff options
Diffstat (limited to 'keyboards/jd45')
-rw-r--r-- | keyboards/jd45/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/jd45/config.h b/keyboards/jd45/config.h index 88927ef229..c271335b95 100644 --- a/keyboards/jd45/config.h +++ b/keyboards/jd45/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 4 -#define MATRIX_COLS 13 - /* Planck PCB default pin-out */ #define MATRIX_ROW_PINS { F0, F1, F5, B4 } #define MATRIX_COL_PINS { F4, D7, B5, B6, C6, C7, D4, D6, D5, D0, D1, D2, B0 } |