Skip to content

Commit

Permalink
Revert "Remove legacy international keycodes (qmk#18588)"
Browse files Browse the repository at this point in the history
This reverts commit 27dcd83.
  • Loading branch information
jpskenn committed Nov 1, 2023
1 parent ea845b7 commit 4e9b78d
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_LNG1)
#define GUI_LANG2 LGUI_T(KC_LNG2)
#define ALT_LANG1 LALT_T(KC_LNG1)
#define ALT_LANG2 LALT_T(KC_LNG2)
#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 MAC_SLP LAG(KC_EJCT)

Expand Down

0 comments on commit 4e9b78d

Please sign in to comment.