diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 779c355ef..207e0a826 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -489,6 +489,9 @@ enum quantum_keycodes { | |||
489 | // Right control, close paren | 489 | // Right control, close paren |
490 | KC_RAPC, | 490 | KC_RAPC, |
491 | 491 | ||
492 | CMB_ON, | ||
493 | CMB_OFF, | ||
494 | CMB_TOG, | ||
492 | // always leave at the end | 495 | // always leave at the end |
493 | SAFE_RANGE | 496 | SAFE_RANGE |
494 | }; | 497 | }; |