Add C(), A() and G() to match already existing S() (#4673)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user