Simple extended space cadet (#5277)

* Simplifying and Extending Space Cadet to work on Ctrl and Alt keys

* PR Review feedback

* Reverting back to keycodes
This commit is contained in:
XScorpion2
2019-04-29 22:21:46 -05:00
committed by Drashna Jaelre
parent c941ef0f09
commit 38c65e4928
6 changed files with 192 additions and 120 deletions

View File

@@ -475,6 +475,18 @@ enum quantum_keycodes {
HPT_DWLI,
HPT_DWLD,
// Left control, open paren
KC_LCPO,
// Right control, close paren
KC_RCPC,
// Left control, open paren
KC_LAPO,
// Right control, close paren
KC_RAPC,
// always leave at the end
SAFE_RANGE
};