diff options
Diffstat (limited to 'keyboards/dumbpad/v1x_oled/config.h')
-rw-r--r-- | keyboards/dumbpad/v1x_oled/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/dumbpad/v1x_oled/config.h b/keyboards/dumbpad/v1x_oled/config.h index 4b3695096e..76c3c7fc98 100644 --- a/keyboards/dumbpad/v1x_oled/config.h +++ b/keyboards/dumbpad/v1x_oled/config.h @@ -13,7 +13,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 4 @@ -29,8 +28,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Column/Row IO definitions */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Reduce tapdance required taps from 5 to 2 */ #define TAPPING_TOGGLE 2 |