forked from mirrors/qmk_userspace
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
|
@ -8,6 +8,7 @@ extern keymap_config_t keymap_config;
|
|||
// Fillers to make layering more clear
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
#undef C
|
||||
#define C(n) RCTL(n)
|
||||
#define CADKEY RCTL(RALT(KC_DEL))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue