diff options
Diffstat (limited to 'keyboards/xenon')
-rw-r--r-- | keyboards/xenon/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/xenon/config.h b/keyboards/xenon/config.h index c648ca66d5..9547ef77db 100644 --- a/keyboards/xenon/config.h +++ b/keyboards/xenon/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ /* Rows are doubled up */ @@ -34,9 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -/* define if matrix has ghost (lacks anti-ghosting diodes) */ -//#define MATRIX_HAS_GHOST - /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |