summaryrefslogtreecommitdiff
path: root/docs/feature_tap_dance.md
Commit message (Collapse)AuthorAge
* fix a few simple typos (#3068)arlenk2018-05-28
| | | | | | * Update feature_tap_dance.md * minor typos
* List all Tap Dancing functions (#2945)Drashna Jaelre2018-05-14
| | | | | | * List all Tap Dancing functions * Spelling, which drashna can't do apparently
* Update to tap dance docs (#2895)Daniel Gordon2018-05-04
| | | | | * Added more comments * Documentation for 'quad function' tap dance now suggests to use the user's directory, and explains how to do so.
* Update feature_tap_dance.md (#2643)bjacques2018-04-21
|
* Trim trailing whitespacefauxpark2017-12-09
|
* Fix some of the more obvious typosfauxpark2017-12-09
|
* Convert all headings to Title Casefauxpark2017-12-09
|
* fixed two typosZach Burchill2017-10-31
| | | | 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-24
* fix #1313 by documenting more config.h options * Clean up and organize documentation