summaryrefslogtreecommitdiffstats
path: root/docs/feature_advanced_keycodes.md
Commit message (Collapse)AuthorAgeFilesLines
* Dedupe shifted keycodes listingfauxpark2018-08-111-29/+1
|
* Docs: Clarify "right" -> "right-handed" (#3507)Evan Travers2018-07-261-1/+1
| | | | I couldn't understand this sentence at first owing to the confusion between right meaning "correct," and right meaning "right-handed."
* Overhaul to keycode related docsDrashna Jaelre2018-07-151-0/+6
| | | | | | | | * Adds Audio Keycodes to both the feature page and master list * Re-orders the keycode list, so it's alphabetical (mostly) * Add additional (missing) sections to the keycode list * Add and update links in the keycode page * Add and reorder links in sidebar's keycode section
* Add documentation for TAPPING_FORCE_HOLD (#2957) (#3320)Nicolas Schodet2018-07-061-0/+28
| | | Also improve documentation for related settings.
* Fix up info boxes.skullY2018-05-071-4/+2
|
* Rework layer function docs (#2656)Mike Kozlowski2018-04-211-9/+10
| | | | | | * Rework layer function docs * Update per PR feedback
* Fixes and updates to docs (#2611)Drashna Jaelre2018-03-251-3/+5
| | | | | | | | | | | | | | | | | | | | * Fix advanced keycode headers * Add caveat for OSM over Remote Desktop * Hopefully add better anchors to docs * Add Action code list reference * Formatting of RGB Underglow doc * Add brew update issue on macOS * Revert formatting * Revert RGB doc formatting * Make Config Options doc's sections linkable
* Add macro for momentarily switching to a layer while some mods are active ↵snyman2018-03-201-1/+2
| | | | | | | | | | | | | (#2460) * Macro for a momentary layer switch with mods Passes through to the existing ACTION_LAYER_MODS macro, albeit with more limited options due to lack of space in the quantum_keycodes enum. * Add documentation for LM layer-mod macro * Clean up Tap Toggle documentation
* Add a little aside explaining that shifted keys with mod-tap doesn't work ↵fauxpark2018-03-011-1/+7
| | | | (#2446)
* Trim trailing whitespacefauxpark2017-12-091-1/+1
|
* Format keycode tablesfauxpark2017-12-091-23/+23
|
* Convert all headings to Title Casefauxpark2017-12-091-4/+4
|
* update advanced_keycodes; oneshot = sticky/dead keysmmikeww2017-12-031-1/+1
|
* Fix internal links in docs/ (#2080)Devin J. Pohly2017-11-301-1/+1
| | | | One link in the summary (Modding your keyboard) referred to a page that was deleted; the rest have been updated to point to the new names.
* 333fred layout update (#1971)Fred Silberberg2017-11-061-0/+4
| | | | | | | | | | * Set up tap dance for layers on the lower button. * Refactored code to share in the users directory between my two keyboard layouts. * Small keyboard layout change. * Updated documentation on oneshot usage in macros/tap dance.
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-0/+165
* fix #1313 by documenting more config.h options * Clean up and organize documentation