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
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
#define G(X) LGUI(X)
|
||||
#define A(X) LALT(X)
|
||||
#define C(X) LCTL(X)
|
||||
#define AC(X) A(C(X))
|
||||
#define SC(X) S(C(X))
|
||||
#define _______ KC_TRNS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue