diff options
Diffstat (limited to 'keyboards/lazydesigners/the30/config.h')
-rw-r--r-- | keyboards/lazydesigners/the30/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/lazydesigners/the30/config.h b/keyboards/lazydesigners/the30/config.h index 3ba91fdae3..665bc53dc4 100644 --- a/keyboards/lazydesigners/the30/config.h +++ b/keyboards/lazydesigners/the30/config.h @@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" - -/* key matrix size */ -#define MATRIX_ROWS 3 -#define MATRIX_COLS 10 /* key matrix pins */ #define MATRIX_ROW_PINS { D0, D1, D2 } @@ -31,4 +26,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN B7 -#define BACKLIGHT_LEVELS 3 |