forked from mirrors/qmk_userspace
Create AG_TOGG code to toggle Alt/Gui swap.
This commit is contained in:
parent
244e1c5a57
commit
a6d1db2c27
4 changed files with 15 additions and 0 deletions
|
@ -116,6 +116,7 @@ enum quantum_keycodes {
|
|||
MAGIC_UNHOST_NKRO,
|
||||
MAGIC_UNSWAP_ALT_GUI,
|
||||
MAGIC_TOGGLE_NKRO,
|
||||
MAGIC_TOGGLE_ALT_GUI,
|
||||
GRAVE_ESC,
|
||||
|
||||
// Leader key
|
||||
|
@ -590,6 +591,7 @@ enum quantum_keycodes {
|
|||
|
||||
#define AG_SWAP MAGIC_SWAP_ALT_GUI
|
||||
#define AG_NORM MAGIC_UNSWAP_ALT_GUI
|
||||
#define AG_TOGG MAGIC_TOGGLE_ALT_GUI
|
||||
|
||||
// GOTO layer - 16 layers max
|
||||
// when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue