diff options
Diffstat (limited to 'keyboards/melgeek/mojo68')
-rwxr-xr-x | keyboards/melgeek/mojo68/config.h | 3 | ||||
-rwxr-xr-x | keyboards/melgeek/mojo68/info.json | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/melgeek/mojo68/config.h b/keyboards/melgeek/mojo68/config.h index 4bbfca5e3c..37a2300356 100755 --- a/keyboards/melgeek/mojo68/config.h +++ b/keyboards/melgeek/mojo68/config.h @@ -21,9 +21,6 @@ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 3 - #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_LED_PROCESS_LIMIT 4 diff --git a/keyboards/melgeek/mojo68/info.json b/keyboards/melgeek/mojo68/info.json index 85c4f0d207..5998352998 100755 --- a/keyboards/melgeek/mojo68/info.json +++ b/keyboards/melgeek/mojo68/info.json @@ -8,6 +8,7 @@ "pid": "0x0068", "device_version": "0.0.1" }, + "debounce": 3, "community_layouts": ["68_ansi"], "layouts": { "LAYOUT_68_ansi": { |