diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index c361dd670..3d2dbde92 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -514,6 +514,11 @@ enum quantum_keycodes { | |||
| 514 | // RGB underglow/matrix (continued) | 514 | // RGB underglow/matrix (continued) |
| 515 | RGB_MODE_TWINKLE, | 515 | RGB_MODE_TWINKLE, |
| 516 | 516 | ||
| 517 | // Key Overrides | ||
| 518 | KEY_OVERRIDE_TOGGLE, | ||
| 519 | KEY_OVERRIDE_ON, | ||
| 520 | KEY_OVERRIDE_OFF, | ||
| 521 | |||
| 517 | // Start of custom keycode range for keyboards and keymaps - always leave at the end | 522 | // Start of custom keycode range for keyboards and keymaps - always leave at the end |
| 518 | SAFE_RANGE | 523 | SAFE_RANGE |
| 519 | }; | 524 | }; |
