diff options
Diffstat (limited to 'keyboards/adafruit/macropad/config.h')
-rw-r--r-- | keyboards/adafruit/macropad/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/adafruit/macropad/config.h b/keyboards/adafruit/macropad/config.h index 99f4477990..d533828dae 100644 --- a/keyboards/adafruit/macropad/config.h +++ b/keyboards/adafruit/macropad/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 @@ -58,8 +57,6 @@ #define ENCODERS_PAD_A { GP18 } #define ENCODERS_PAD_B { GP17 } -#define DEBOUNCE 5 - /* Bootmagic lite */ /* (Press the key below the encoder button while plugging the keyboard to enter the bootloader and clear flash) */ #define BOOTMAGIC_LITE_ROW 1 |