arlenk and Drashna Jaelre
a87b36d791
fix a few simple typos ( #3068 )
...
* Update feature_tap_dance.md
* minor typos
2018-05-28 20:23:33 -07:00
Drashna Jaelre and Jack Humbert
bfb5922f87
List all Tap Dancing functions ( #2945 )
...
* List all Tap Dancing functions
* Spelling, which drashna can't do apparently
2018-05-14 10:17:50 -04:00
Daniel Gordon and Drashna Jaelre
e6be4484e9
Update to tap dance docs ( #2895 )
...
* Added more comments
* Documentation for 'quad function' tap dance now suggests to use the
user's directory, and explains how to do so.
2018-05-04 10:39:57 -07:00
bjacques and Drashna Jaelre
e36d6bbbe3
Update feature_tap_dance.md ( #2643 )
2018-04-21 00:43:36 -07:00
fauxpark and Jack Humbert
bb53635f33
Trim trailing whitespace
2017-12-09 10:46:11 -05:00
fauxpark and Jack Humbert
af37bb2f78
Fix some of the more obvious typos
2017-12-09 10:46:11 -05:00
fauxpark and Jack Humbert
7b0356d1d4
Convert all headings to Title Case
2017-12-09 10:46:11 -05:00
Zach Burchill and Jack Humbert
4c1164c469
fixed two typos
...
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-31 00:40:27 -04:00
skullydazed and GitHub
67cc5cebc0
Restructure the hardware and feature docs to make things easier to find ( #1888 )
...
* fix #1313 by documenting more config.h options
* Clean up and organize documentation
2017-10-24 20:34:28 -07:00