summaryrefslogtreecommitdiffstats
path: root/docs/feature_tap_dance.md
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07[Docs] Add Tap Dance example to the docs (#5326)Dusty Pomerleau1-0/+83
* add a tapdance example for creating advanced mod-tap and layer-tap keys * add optional curly braces to match QMK conventions * change example to use `register_code16()` and tapdance keycodes more closely matching QMK variants
2018-12-14Remove userspace info from Quad-Function Tap Dance example (#4631)Drashna Jaelre1-29/+7
2018-10-27Add caveat for basic keycodes in Tap Dance docsDrashna Jaelre1-0/+2
2018-08-01Docs: Fix some minor errors in tap dance example (#3530)Emmanuel Odongo1-10/+8
* Fix some minor errors in tap dance example Fix for #3529 Fix minor errors in the code examples for __Example 4: 'Quad Function Tap-Dance'__ and relevant documentation. Clarified the need to include the header file in `keymap.c`. * Use #pragma once in header guard Fix for #3529 Implement change requested in #3530
2018-05-29fix a few simple typos (#3068)arlenk1-5/+5
* Update feature_tap_dance.md * minor typos
2018-05-14List all Tap Dancing functions (#2945)Drashna Jaelre1-0/+2
* List all Tap Dancing functions * Spelling, which drashna can't do apparently
2018-05-04Update to tap dance docs (#2895)Daniel Gordon1-18/+104
* 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)bjacques1-1/+1
2017-12-09Trim trailing whitespacefauxpark1-4/+4
2017-12-09Fix some of the more obvious typosfauxpark1-1/+1
2017-12-09Convert all headings to Title Casefauxpark1-4/+4
2017-10-31fixed two typosZach Burchill1-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.
2017-10-25Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed1-0/+250
* fix #1313 by documenting more config.h options * Clean up and organize documentation