From ce75f48acb3ba622201a0615bccb5825d118a703 Mon Sep 17 00:00:00 2001 From: unrelentingtech Date: Sun, 28 Feb 2021 09:11:52 +0300 Subject: [Keyboard] Update spiderisland/split78 (#11990) * [Keyboard] spiderisland/split78: add MCP23018 reset code Now, communication with the right side gets re-established after unplugging it and plugging it back in. * [Keyboard] spiderisland/split78: configure debouncing I've been experiencing particularly bad bounce on the 'A' key. Also, update maintainer github username --- keyboards/spiderisland/split78/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keyboards/spiderisland/split78/config.h') diff --git a/keyboards/spiderisland/split78/config.h b/keyboards/spiderisland/split78/config.h index a7ec160faf..e15e5d193d 100644 --- a/keyboards/spiderisland/split78/config.h +++ b/keyboards/spiderisland/split78/config.h @@ -33,3 +33,5 @@ along with this program. If not, see . #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 #define BACKLIGHT_BREATHING + +#define DEBOUNCE 50 -- cgit v1.2.3