forked from mirrors/qmk_userspace
[Core] Add compile/make macro to core (#15959)
* [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>
This commit is contained in:
parent
2749346a53
commit
02655690f4
5 changed files with 36 additions and 10 deletions
|
@ -595,6 +595,8 @@ enum quantum_keycodes {
|
|||
|
||||
MAGIC_TOGGLE_CONTROL_CAPSLOCK,
|
||||
|
||||
QK_MAKE,
|
||||
|
||||
// Start of custom keycode range for keyboards and keymaps - always leave at the end
|
||||
SAFE_RANGE
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue