Remove legacy international keycodes (#18588)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
@@ -94,7 +94,7 @@ inline static char get_ascii(int16_t keycode){
|
||||
ascii_idx=code_to_ascii[(uint8_t)keycode];
|
||||
}else if(keycode<KC_KP_ENTER){
|
||||
ascii_idx=code_to_ascii[SPECIAL_KEYS_SHIFT(keycode)];
|
||||
}else if(KC_LANG1==keycode){
|
||||
}else if(KC_LNG1==keycode){
|
||||
ascii_idx=code_to_ascii[ALT_CODE];
|
||||
}else if( QK_LSFT==(QK_LSFT&keycode) ){
|
||||
ascii_idx=code_to_ascii[RM_LSFT(keycode)];
|
||||
|
Reference in New Issue
Block a user