diff options
author | unrelentingtech <greg@unrelenting.technology> | 2021-02-28 09:11:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 17:11:52 +1100 |
commit | ce75f48acb3ba622201a0615bccb5825d118a703 (patch) | |
tree | 476886e4c3c4de338afbe88693d42058f37dd2ea /keyboards/spiderisland/split78/config.h | |
parent | 9fd5c6f619ec0745a6774cb3f6fe23dcceb1e621 (diff) |
[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
Diffstat (limited to 'keyboards/spiderisland/split78/config.h')
-rw-r--r-- | keyboards/spiderisland/split78/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 #define BACKLIGHT_BREATHING + +#define DEBOUNCE 50 |