Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilabutin committed Jan 10, 2023
1 parent e96b601 commit 32a8809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_hotkeys.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ bool process_my_hotkeys(uint16_t keycode, keyrecord_t *record) {
unregister_code(KC_LSHIFT);
unregister_code(KC_LCTRL);
} break;
case LANG_CHANGE_SHIFT_ALT:
case LANG_CHANGE_ALT_SHIFT:
case LANG_CHANGE_SHIFT_CTRL:
case LANG_CHANGE_CTRL_SHIFT: {
Expand Down

0 comments on commit 32a8809

Please sign in to comment.