Remove legacy international keycodes (#18588)

This commit is contained in:
Ryan
2022-10-09 14:51:09 +11:00
committed by GitHub
parent 48093000e1
commit 4b2d71de52
243 changed files with 720 additions and 754 deletions

View File

@@ -27,8 +27,8 @@
#define KC_LOWER LOWER
#define KC_RAISE RAISE
#define KC_CTLTB CTL_T(KC_TAB)
#define KC_GUIEI GUI_T(KC_LANG2)
#define KC_ALTKN ALT_T(KC_LANG1)
#define KC_GUIEI GUI_T(KC_LNG2)
#define KC_ALTKN ALT_T(KC_LNG1)
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)