Archived
1
0
StenoFW is a firmware for StenoBoard keyboards.
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
wrongPaul 2b11182da3
fixes a signed / unsigned int comparison
initializes debounceMillis as an unsigned long (previously a signed long) to prevent the comparison conflict that arises on line 131 with debouncingMicros[i][j] which is an unsigned long
2018-05-07 12:14:59 -04:00
.gitignore First commit 2014-04-09 22:19:11 +02:00
kolea.ino fixes a signed / unsigned int comparison 2018-05-07 12:14:59 -04:00
LICENSE Renamed license file 2014-04-09 22:45:30 +02:00
README.md Minor README fix 2014-04-09 22:49:42 +02:00
StenoFW.ino added NKRO emulation functionality and set it as default communication mode 2014-05-08 14:20:01 +02:00

Copyright 2014 Emanuele Caruso. See LICENSE for details.

StenoFW is a firmware for StenoBoard keyboards.