summaryrefslogtreecommitdiff
path: root/docs/keymap.md
Commit message (Collapse)AuthorAge
* Remove legacy international keycodes (#18588)Ryan2022-10-09
|
* Remove orphan custom functions reference in keymap docs (#18444)Wes Lord2022-09-24
|
* Some docs improvements (#15845)kiilerix2022-03-05
| | | | | | | | | | | | | | | | | | | | | | | | * docs: clarify in "Keymap Overview" what LAYOUT is and isn't It is not strictly necessary to use LAYOUT macros in keyboard.c, but it is a convenient abstraction of hardware internals, allowing focus on the physical keyboard layout. From the C source point of view LAYOUT is macro with a parameter list, which expands to a array of rows that each is an array with a keyboard scancode for each column. A macro parameter list is not an array, and even less a single array. Perhaps no big deal, but also no reason to give incorrect hints. * docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de This part of the documentation was no longer correct. I tried updating it, mainly copy editing and using github links to latest release. This is not trying to fix all problems, but just trying to fix some problems while reusing much of the old phrases and structure. * Update docs to use "qmk format-python"
* Rip out old macro and action_function system (#16025)Ryan2022-01-24
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Basic keycode overhaul (#14726)Ryan2021-11-03
|
* [Docs] Clarify layer transparency keymap.md (#9081)Nick Blyumberg2020-05-16
| | | | | | | | | | | | | | | | | | * Revised the grammar and clarity of the Layer Precedence and Transparency * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md * Update docs/keymap.md
* Add explicit id tags to externally linked headersskullY2020-03-05
|
* [Docs] Smallish overhaul of the docs (#5281)Drashna Jaelre2019-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix up Common functions doc * Add to extra commands to flashing doc * Rearrange and touch up Macros * Expand Newbs Flashing guide * Update process_record documentation * Add git to best practices name in sidebar * Expand FAQ for build/flashing * Add deprecated info to functions * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/keymap.md Co-Authored-By: drashna <drashna@live.com> * Update docs/newbs_flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/newbs_flashing.md Co-Authored-By: drashna <drashna@live.com> * Update docs/custom_quantum_functions.md Co-Authored-By: drashna <drashna@live.com> * Update docs/faq_build.md Co-Authored-By: drashna <drashna@live.com> * Update docs/feature_macros.md Co-Authored-By: drashna <drashna@live.com> * Update docs/keymap.md Co-Authored-By: drashna <drashna@live.com> * Fix up Common functions doc * Make pre-init example accurate * Update docs/custom_quantum_functions.md Co-Authored-By: drashna <drashna@live.com> * Zadig Driver catchall * Spelling Depriciated * Completely remove fn_actions section
* Replace instances of KEYMAP with LAYOUTnoroadsleft2019-02-21
| | | | | | Many instances in the QMK Docs referenced KEYMAP macros, which is outdated terminology. Replaced most instances of KEYMAP with LAYOUT, to reflect the desired usage.
* Remove redefinition of `_______` in documentation example (#3924)Anthony Wharton2018-09-19
| | | | | | | | * Remove redefinition of `_______` in documentation example * Slight rewording to include purpose of defintions * Update include to newer macro
* Fixes and updates to docs (#2611)Drashna Jaelre2018-03-25
| | | | | | | | | | | | | | | | | | | | * 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
* Minor updates to docs (#2406)Ben Hilburn2018-02-19
| | | | | | * [docs/] Cleaning up some language to make it more clear. * [docs/] Adding instructions for installing deps on RH / Fedora.
* Trim trailing whitespacefauxpark2017-12-09
|
* Convert all headings to Title Casefauxpark2017-12-09
|
* Fix broken link in docsmmikeww2017-12-02
| | | This link was broken. And the latest, live version of that keymap link doesn't line up with the docs below, so the link will now point to the older version of the file in the git history
* Fixed some grammar and typos on the docs (#1989)Zach Burchill2017-11-09
| | | | | | * fixed grammar and references * fixed typo
* Fix a typoskullY2017-11-02
|
* Broken link found in issue #1845Dylan Khor2017-10-15
|
* Doc updates from going through every fileskullY2017-08-16
|
* convert docs to lowercase and underscoresJack Humbert2017-06-10