Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | Trim trailing whitespace | fauxpark | |
2017-12-09 | Fix some of the more obvious typos | fauxpark | |
2017-12-09 | Convert all headings to Title Case | fauxpark | |
2017-10-31 | fixed two typos | Zach Burchill | |
I'm almost 100% sure "else if (state->count = 2) {" was a typo (it should have two ='s for a logical operator), and I'm *pretty* sure "if (state->interrupted || state->!pressed) return SINGLE_TAP;" has a typo. At least, it returns an error on my machine saying something about an unexpected '!'. I changed it to a slightly longer form (i.e., "state->pressed==0"), and that worked fine. | |||
2017-10-24 | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | |
* fix #1313 by documenting more config.h options * Clean up and organize documentation |