diff options
Diffstat (limited to 'keyboards/boardwalk/config.h')
-rw-r--r-- | keyboards/boardwalk/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/boardwalk/config.h b/keyboards/boardwalk/config.h index b926a57de9..59f97957b7 100644 --- a/keyboards/boardwalk/config.h +++ b/keyboards/boardwalk/config.h @@ -15,7 +15,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 5 @@ -37,9 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -// #define BACKLIGHT_PIN F5 -// #define BACKLIGHT_LEVELS 6 - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |