Skip to content

Commit

Permalink
Remove legacy international keycodes (qmk#18588)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 1, 2023
1 parent c8c4c82 commit 27dcd83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keyboards/sandy/dn0030/keymaps/jpskenn/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ enum custom_keycodes {
#define NUMERIC TG(_BASE3)

// #define ALT_GRV LALT(KC_GRV)
#define GUI_LANG1 LGUI_T(KC_LANG1)
#define GUI_LANG2 LGUI_T(KC_LANG2)
#define ALT_LANG1 LALT_T(KC_LANG1)
#define ALT_LANG2 LALT_T(KC_LANG2)
#define GUI_LANG1 LGUI_T(KC_LNG1)
#define GUI_LANG2 LGUI_T(KC_LNG2)
#define ALT_LANG1 LALT_T(KC_LNG1)
#define ALT_LANG2 LALT_T(KC_LNG2)

#define MAC_SLP LAG(KC_EJCT)

Expand Down

0 comments on commit 27dcd83

Please sign in to comment.