aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_tap_dance.md
Commit message (Collapse)AuthorAgeFilesLines
* Convert all headings to Title Casefauxpark2017-12-091-4/+4
|
* fixed two typosZach Burchill2017-10-311-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)skullydazed2017-10-241-0/+250
* fix #1313 by documenting more config.h options * Clean up and organize documentation