diff options
Diffstat (limited to 'keyboards/hifumi/config.h')
-rw-r--r-- | keyboards/hifumi/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/hifumi/config.h b/keyboards/hifumi/config.h index 43786161bb..d2a6643446 100644 --- a/keyboards/hifumi/config.h +++ b/keyboards/hifumi/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 2 @@ -36,9 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { F4, F5, F6 } #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* ws2812 RGB LED */ #define RGB_DI_PIN D3 #define RGBLED_NUM 6 |