summaryrefslogtreecommitdiff
path: root/docs/keycodes.md
Commit message (Collapse)AuthorAge
* Clean up SEND_STRING keycodes and add media keys (#3214)fauxpark2018-06-28
| | | | | | | | | | * Clean up SEND_STRING keycodes and add media keys * Remove stray define * Add missing SEND_STRING keycodes for completeness Also, add KC_EJCT to the keycode references
* Add rgblight mode 35 (R,G,B test mode) (#3114)Takeshi ISHII2018-06-04
| | | | | | | | * add rgblight mode 35 (RGB cyclic mode) into quantum/rgblight.c * Update docs, add rgblight mode 35(RGB cyclic) * rename RGBCYCLIC to RGBTEST
* Update documentation for rgb matrix (#3023)yiancar2018-05-22
| | | | | | * Update documentation for rgb matrix - Updated keycodes.md to include RGB matrix keycodes + necessary link
* Add macro for momentarily switching to a layer while some mods are active ↵snyman2018-03-20
| | | | | | | | | | | | | (#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 CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark2018-03-16
|
* Add keycodes for swap-hands feature.Joe Wasson2018-03-16
|
* Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski2018-02-28
| | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
* Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark2018-01-12
|
* Format keycode tablesfauxpark2017-12-09
|
* Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.skullY2017-11-10
|
* 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
* updated keycodes media descriptionssurlyjake2017-09-25
| | | Platform compatibility descriptions added for mute, volume up/down
* Doc updates from going through every fileskullY2017-08-16
|
* break up keymaps and quantum keycodes into files by featureskullY2017-08-16
|
* restructure keycode docsJack Humbert2017-06-29
|
* convert docs to lowercase and underscoresJack Humbert2017-06-10