diff options
Diffstat (limited to 'keyboards/crkbd')
-rw-r--r-- | keyboards/crkbd/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/crkbd/config.h b/keyboards/crkbd/config.h index 10dd7b809b..709cf4acb0 100644 --- a/keyboards/crkbd/config.h +++ b/keyboards/crkbd/config.h @@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* key matrix size */ -// Rows are doubled-up -#define MATRIX_ROWS 8 -#define MATRIX_COLS 6 #define MATRIX_ROW_PINS \ { D4, C6, D7, E6 } |