diff options
Diffstat (limited to 'keyboards/maxipad')
-rw-r--r-- | keyboards/maxipad/config.h | 8 | ||||
-rw-r--r-- | keyboards/maxipad/promicro/config.h | 1 | ||||
-rw-r--r-- | keyboards/maxipad/teensy2/config.h | 1 |
3 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/maxipad/config.h b/keyboards/maxipad/config.h index c9bfc3ea61..240ce060f7 100644 --- a/keyboards/maxipad/config.h +++ b/keyboards/maxipad/config.h @@ -15,14 +15,6 @@ */ #pragma once -#include "config_common.h" - -/* define if matrix has ghost (lacks anti-ghosting diodes) */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -//#define BACKLIGHT_LEVELS 3 - /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 diff --git a/keyboards/maxipad/promicro/config.h b/keyboards/maxipad/promicro/config.h index f72fd89c6e..022372ca9e 100644 --- a/keyboards/maxipad/promicro/config.h +++ b/keyboards/maxipad/promicro/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/maxipad/teensy2/config.h b/keyboards/maxipad/teensy2/config.h index 32521bc6a4..1a29359490 100644 --- a/keyboards/maxipad/teensy2/config.h +++ b/keyboards/maxipad/teensy2/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 |