summaryrefslogtreecommitdiff
path: root/docs/quantum_keycodes.md
AgeCommit message (Collapse)Author
2023-06-19[Docs] Add note about `ENABLE_COMPILE_KEYCODE` to docs (#21290)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-07-23Add ability to enter bootloader mode from `QK_MAKE` (#17745)jack
2022-05-14[Core] Add Reboot keycode to core (#15990)Drashna Jaelre
2022-03-17[Core] Add compile/make macro to core (#15959)Drashna Jaelre
* [Core] Add KC_MAKE keycode to core fix linting fix testing error work around test idiocyncracies fix more lint something something stupid tests add doc * updates based on feedback * Add bad names * Fixup docs * semantics but cleaner Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> * Hide oneshot checks behind preprocessors * Move no-compile option around * Fix formatting * make shift optional * Make opt in * fix formatting * update send string function name Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com>
2022-01-22Rename some Quantum keycodes (#15968)Ryan
* Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases
2020-03-05Add explicit id tags to externally linked headersskullY
2020-02-07Move Grave Escape, Lock and Leader keycodes into their own sect… (#8093)fauxpark
2020-01-14Move Space Cadet keycodes to their own section in keycode reference (#7889)fauxpark
2019-05-11Added check for event pressed to clear space cadet (#5839)XScorpion2
* Added check for pressed to clear space cadet * Found some docs to update * Update docs/quantum_keycodes.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Changes from PR
2018-11-06Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre
* Add EEPROM Reset keycode * Add keycode to docs * Move EEPROM Reset code to the end of the enum * Cleanup and naming change
2017-12-09Trim trailing whitespacefauxpark
2017-12-09Format keycode tablesfauxpark
2017-12-09Convert all headings to Title Casefauxpark
2017-10-24Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed
* fix #1313 by documenting more config.h options * Clean up and organize documentation
2017-08-16Doc updates from going through every fileskullY
2017-08-16break up keymaps and quantum keycodes into files by featureskullY
2017-08-15correct tilde to gravediscursivemoth
2017-08-08Added initial key lock documentation.Fredric Silberberg
2017-07-07comment out unformatted audio/midi sectionsskullY
2017-07-03Update a bunch of docsskullY
2017-06-28Flesh out the quantum_keycodes documentationskullY
2017-06-29restructure keycode docsJack Humbert