Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-23 | Add 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-22 | Rename some Quantum keycodes (#15968) | Ryan | |
* Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases | |||
2020-03-05 | Add explicit id tags to externally linked headers | skullY | |
2020-02-07 | Move Grave Escape, Lock and Leader keycodes into their own sect… (#8093) | fauxpark | |
2020-01-14 | Move Space Cadet keycodes to their own section in keycode reference (#7889) | fauxpark | |
2019-05-11 | Added 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-06 | Add 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-09 | Trim trailing whitespace | fauxpark | |
2017-12-09 | Format keycode tables | fauxpark | |
2017-12-09 | Convert all headings to Title Case | fauxpark | |
2017-10-24 | Restructure 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-16 | Doc updates from going through every file | skullY | |
2017-08-16 | break up keymaps and quantum keycodes into files by feature | skullY | |
2017-08-15 | correct tilde to grave | discursivemoth | |
2017-08-08 | Added initial key lock documentation. | Fredric Silberberg | |
2017-07-07 | comment out unformatted audio/midi sections | skullY | |
2017-07-03 | Update a bunch of docs | skullY | |
2017-06-28 | Flesh out the quantum_keycodes documentation | skullY | |
2017-06-29 | restructure keycode docs | Jack Humbert | |