summaryrefslogtreecommitdiff
path: root/docs/keycodes.md
Commit message (Collapse)AuthorAge
* Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-25
|
* Adding documentation for the LM layer modifier. (#3617)Dave Brown2019-01-25
| | | | | | | | | | | | * Adding documentation for the LM layer modifier. This will hopefully clear up some of the confusion around adding this layer modifier. I struggled with this a bit as well at first. * Removing duplicate table. * Changed section title to `Changing Layers` * Retain name
* Add new brightness aliases to keycodes_basic.mdfauxpark2019-01-17
|
* MacOS Brightness Alias (#4836)Jeremy Bernhardt2019-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | * Added aliases for OSX brightness * Updated docs for alises * Moved aliases, added docs to Brightness section * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keycode.h * Update keycode.h * Update keycodes.md * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com>
* Tidy up Mod-Tap shortcuts (#4806)fauxpark2019-01-08
|
* Improve consistency in UNICODEMAP code and docs, update ↵Konstantin Đorđević2019-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | docs/understanding_qmk (#4774) * Remove unused UNICODE(n) macro, update docs * Add note about max length of unicode_map to docs * QK_UNICODE_MAP → QK_UNICODEMAP * Refactor process_unicode_map * process_unicode_map → process_unicodemap This is done for consistency: UNICODEMAP is the method (hence UNICODEMAP_ENABLE, process_unicodemap), whereas unicode_map is the mapping table itself. * Update references and ordering in docs/understanding_qmk * Add additional note to docs/understanding_qmk * &unicode_map[index] → unicode_map + index This avoids the issue of the compiler sometimes complaining about the array index being out of range * Update docs/getting_started_make_guide * Update method sections in docs/feature_unicode
* Docs: Clarify audio keycodes (#4620)Drashna Jaelre2018-12-14
| | | | | | | | | | | | | | | | * Clarify audio keycodes * Spelling errors Co-Authored-By: drashna <drashna@live.com> * Spacing in md Co-Authored-By: drashna <drashna@live.com> * Fix midi link too * Wordsmithing
* Docs: Remove duplicate layer block in keycodes.md (#4621)Drashna Jaelre2018-12-14
| | | | | | | | | | * Docs: Remove duplicate layer block in keycodes.md Reorder and add OSL * remove glitch Co-Authored-By: drashna <drashna@live.com>
* Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević2018-12-12
| | | | | | | | | | | | | | * Add standard ALGR defition, remove (re)definitions from language files * Use ALGR(kc) consistently in ALTGR(kc) aliases * Non-Nordic keymaps should not use NO_ALGR * Add standard KC_ALGR definition * Update docs with ALGR and KC_ALGR * Update SS_ALGR and ALGR_T aliases
* Add Extrakey support for Brightness up/down (#4477)Giuseppe Rota2018-11-28
|
* Add EEPROM_RESET keycode to keycodes.md doc (#4473)noroadsleft2018-11-23
|
* Fixed Unicode Support heading (#4425)James Osborn2018-11-14
| | | Previously, Unicode Support heading appeared as the last row in the Swap Hands table.
* Docs: Fix descriptions of KC_INT1 and KC_INT3KOBAYASHI Daisuke2018-11-13
|
* Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338)Konstantin Đorđević2018-11-06
| | | | | | * Remove ALTG(kc) as it's misleading and is not actually AltGr * Add temporary alias for ALGR in keyboards/planck/keymaps/pevecyan/keymap.c
* Create AG_TOGG code to toggle Alt/Gui swap.Joe Wasson2018-09-17
|
* Docs: Tabulate Modifier & Mod-Tap keycode listings in advanced keycodes docs ↵fauxpark2018-08-30
| | | | (#3799)
* Dedupe shifted keycodes listingfauxpark2018-08-11
|
* More improvements to keycode docs (#3567)fauxpark2018-08-04
| | | | | | * Reorder keycode list docs according to HID usage * Add missing keycodes/descriptions/aliases
* Docs: Fixed the link to the advanced keycodes wiki (#3505)Bruno Fagundez2018-07-26
|
* Overhaul to keycode related docsDrashna Jaelre2018-07-15
| | | | | | | | * 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
* 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