Add C(), A() and G() to match already existing S() (#4673)
This commit is contained in:
parent
2f009d7461
commit
79b58937f4
12 changed files with 66 additions and 64 deletions
|
@ -10,10 +10,8 @@ enum pteron_layers {
|
|||
#define LOWER MO(_LOWER)
|
||||
#define RAISE MO(_RAISE)
|
||||
|
||||
// use S() to produce shifted versions of keys
|
||||
// #define S(kc) LSFT(kc) // defined by default
|
||||
|
||||
// alt gr
|
||||
#undef G
|
||||
#define G(kc) RALT(kc)
|
||||
|
||||
// custom keycodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue