Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace | fauxpark | 2017-12-09 | 1 | -4/+4 |
| | |||||
* | Fix some of the more obvious typos | fauxpark | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Convert all headings to Title Case | fauxpark | 2017-12-09 | 1 | -4/+4 |
| | |||||
* | fixed two typos | Zach Burchill | 2017-10-31 | 1 | -2/+2 |
| | | | | 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. | ||||
* | Restructure the hardware and feature docs to make things easier to find (#1888) | skullydazed | 2017-10-24 | 1 | -0/+250 |
* fix #1313 by documenting more config.h options * Clean up and organize documentation |