Apple Globe Support
This commit is contained in:
parent
506519d7e7
commit
2df0263010
5 changed files with 20 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue