forked from mirrors/qmk_userspace
[Feature] Key Overrides (#11422)
This commit is contained in:
parent
1ae4d52013
commit
52cfc9259b
14 changed files with 984 additions and 3 deletions
|
@ -514,6 +514,11 @@ enum quantum_keycodes {
|
|||
// RGB underglow/matrix (continued)
|
||||
RGB_MODE_TWINKLE,
|
||||
|
||||
// Key Overrides
|
||||
KEY_OVERRIDE_TOGGLE,
|
||||
KEY_OVERRIDE_ON,
|
||||
KEY_OVERRIDE_OFF,
|
||||
|
||||
// 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