Closed OrpheeGT closed 5 months ago
Try git pulling again and rebuilding, moved that variable out of the case block... it's funny, doesn't complain for me.
Thanks I will try just now.
another question : https://github.com/hrvach/deskhop/blob/main/src/user_config.h#L35
How to set combined key ? like LEFT SHIFT + CAPS ?
Check keyboard.c, there is a hotkey_combo_t struct at the beginning. It's hopefully well documented.
Ok,
Replacing https://github.com/hrvach/deskhop/blob/main/src/keyboard.c#L26
by {.modifier = KEYBOARD_MODIFIER_LEFTSHIFT,
Should do the job if I understood the other combos correctly :)
Thanks, it works now ;)
Hello,
I'm not able to build from source on Ubuntu 22.04.
I first had the following error :
Fixed by installing
gcc-arm-none-eabi
packageBut now i have the following error :
I updated gcc to version 13 (was 11 at first) but did not fix the issue.
What do I miss ?
Thanks