diff options
author | XScorpion2 <rcalt2vt@gmail.com> | 2019-04-29 22:21:46 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-29 20:21:46 -0700 |
commit | c745d9b82e3f2047feb97a7a8937f27c6e989fd7 (patch) | |
tree | 503962c0a0aafa20c6c84bce0bf704b49cd98dd9 /quantum/quantum_keycodes.h | |
parent | 7d4ae3e66ebe1e9ff52ad4eb87da8cd9f01c142a (diff) | |
download | qmk_firmware-c745d9b82e3f2047feb97a7a8937f27c6e989fd7.tar.gz qmk_firmware-c745d9b82e3f2047feb97a7a8937f27c6e989fd7.zip |
Simple extended space cadet (#5277)
* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys
* PR Review feedback
* Reverting back to keycodes
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 | }; |