1
0
Fork 0

[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
This commit is contained in:
unrelentingtech 2021-02-28 09:11:52 +03:00 committed by GitHub
parent 9fd5c6f619
commit ce75f48acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View file

@ -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