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:
parent
7d4ae3e66e
commit
c745d9b82e
10 changed files with 252 additions and 190 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue