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/rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/spiderisland/split78/rules.mk') diff --git a/keyboards/spiderisland/split78/rules.mk b/keyboards/spiderisland/split78/rules.mk index 61015b97f5..664f5237d3 100644 --- a/keyboards/spiderisland/split78/rules.mk +++ b/keyboards/spiderisland/split78/rules.mk @@ -17,6 +17,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow WS2812_DRIVER = i2c +DEBOUNCE_TYPE = sym_eager_pr # custom matrix setup CUSTOM_MATRIX = lite -- cgit v1.2.3