diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index fe2e3510d..19bd7c216 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -475,6 +475,18 @@ enum quantum_keycodes { | |||
475 | HPT_DWLI, | 475 | HPT_DWLI, |
476 | HPT_DWLD, | 476 | HPT_DWLD, |
477 | 477 | ||
478 | // Left control, open paren | ||
479 | KC_LCPO, | ||
480 | |||
481 | // Right control, close paren | ||
482 | KC_RCPC, | ||
483 | |||
484 | // Left control, open paren | ||
485 | KC_LAPO, | ||
486 | |||
487 | // Right control, close paren | ||
488 | KC_RAPC, | ||
489 | |||
478 | // always leave at the end | 490 | // always leave at the end |
479 | SAFE_RANGE | 491 | SAFE_RANGE |
480 | }; | 492 | }; |