diff options
Diffstat (limited to 'keyboards/ploopyco/trackball_nano/config.h')
-rw-r--r-- | keyboards/ploopyco/trackball_nano/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ploopyco/trackball_nano/config.h b/keyboards/ploopyco/trackball_nano/config.h index fb340a4ec3..dcecb5dcb9 100644 --- a/keyboards/ploopyco/trackball_nano/config.h +++ b/keyboards/ploopyco/trackball_nano/config.h @@ -19,15 +19,11 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 1 #define MATRIX_COLS 1 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 0 - /* disable action features */ //#define NO_ACTION_LAYER //#define NO_ACTION_TAPPING |