diff options
Diffstat (limited to 'keyboards/smallkeyboard')
-rw-r--r-- | keyboards/smallkeyboard/config.h | 4 | ||||
-rw-r--r-- | keyboards/smallkeyboard/info.json | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/smallkeyboard/config.h b/keyboards/smallkeyboard/config.h index 04fa427e69..10a8451b86 100644 --- a/keyboards/smallkeyboard/config.h +++ b/keyboards/smallkeyboard/config.h @@ -17,7 +17,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 2 @@ -39,9 +38,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION ROW2COL -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 3 - #ifdef RGB_MATRIX_ENABLE # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended # define RGB_MATRIX_KEYPRESSES diff --git a/keyboards/smallkeyboard/info.json b/keyboards/smallkeyboard/info.json index 9514637685..9e002329aa 100644 --- a/keyboards/smallkeyboard/info.json +++ b/keyboards/smallkeyboard/info.json @@ -8,6 +8,7 @@ "pid": "0x736B", "device_version": "0.0.1" }, + "debounce": 3, "layouts": { "LAYOUT_ortho_2x3": { "layout": [ |