summaryrefslogtreecommitdiff
path: root/docs/feature_tap_dance.md
AgeCommit message (Collapse)Author
2018-05-28fix a few simple typos (#3068)arlenk
* Update feature_tap_dance.md * minor typos
2018-05-14List all Tap Dancing functions (#2945)Drashna Jaelre
* List all Tap Dancing functions * Spelling, which drashna can't do apparently
2018-05-04Update to tap dance docs (#2895)Daniel Gordon
* Added more comments * Documentation for 'quad function' tap dance now suggests to use the user's directory, and explains how to do so.
2018-04-21Update feature_tap_dance.md (#2643)bjacques
2017-12-09Trim trailing whitespacefauxpark
2017-12-09Fix some of the more obvious typosfauxpark
2017-12-09Convert all headings to Title Casefauxpark
2017-10-31fixed two typosZach 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-24Restructure 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