diff options
Diffstat (limited to 'keyboards/utd80/config.h')
-rw-r--r-- | keyboards/utd80/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/utd80/config.h b/keyboards/utd80/config.h index af44aaaa73..9bb2cd543d 100644 --- a/keyboards/utd80/config.h +++ b/keyboards/utd80/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 6 @@ -38,9 +37,6 @@ #define LED_CAPS_LOCK_PIN B6 #define LED_SCROLL_LOCK_PIN B5 -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 |