Skip to content

Commit

Permalink
Add missing Space Cadet alias (qmk#18876)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Oct 27, 2022
1 parent 002b58f commit 8436f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ enum quantum_keycodes {
#define SC_RCPC QK_SPACE_CADET_RIGHT_CTRL_PARENTHESIS_CLOSE
#define SC_LAPO QK_SPACE_CADET_LEFT_ALT_PARENTHESIS_OPEN
#define SC_RAPC QK_SPACE_CADET_RIGHT_ALT_PARENTHESIS_CLOSE
#define SC_SENT QK_SPACE_CADET_RIGHT_SHIFT_ENTER

// Swap Hands
#define SH_T(kc) (QK_SWAP_HANDS | (kc))
Expand Down

0 comments on commit 8436f0d

Please sign in to comment.