1
0
Fork 0

Apple Globe Support

This commit is contained in:
Drashna Jael're 2024-11-30 21:17:37 -08:00
parent 506519d7e7
commit 2df0263010
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
5 changed files with 20 additions and 2 deletions

View file

@ -327,6 +327,8 @@ static inline uint16_t KEYCODE2CONSUMER(uint8_t key) {
return AC_DESKTOP_SHOW_ALL_WINDOWS;
case KC_LAUNCHPAD:
return AC_SOFT_KEY_LEFT;
case KC_GLOBE:
return AC_NEXT_KEYBOARD_LAYOUT_SELECT;
default:
return 0;
}