Skip to content

Commit

Permalink
Make the MAGIC_TOGGLE_GUI keycode work (qmk#14886)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprof committed Oct 20, 2021
1 parent 5fbcbc6 commit c9562eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/process_keycode/process_magic.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ bool process_magic(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case MAGIC_SWAP_CONTROL_CAPSLOCK ... MAGIC_TOGGLE_ALT_GUI:
case MAGIC_SWAP_LCTL_LGUI ... MAGIC_EE_HANDS_RIGHT:
case MAGIC_TOGGLE_GUI:
/* keymap config */
keymap_config.raw = eeconfig_read_keymap();
switch (keycode) {
Expand Down

0 comments on commit c9562eb

Please sign in to comment.