qmk_firmware
qmk_firmware copied to clipboard
This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
## Describe the Bug Seems to be very similar to Issue 23 (the media keys)—basically, when I use unicode input while the keyboard is plugged in, everything works smoothly. But...
## Feature Request Type New behavior ## Description Add [mouse keys](https://beta.docs.qmk.fm/using-qmk/advanced-keycodes/feature_mouse_keys) support. Currently `KC_MS_*` keys are not handled and functions like `mousekey_on` are not implemented.
If suspend_power_down_user() is defined, keyboard_post_init_user() and suspend_wakeup_init_user() are not called correctly. Furthermore, the keyboard is not detected after suspend (on linux 5.10) and has to be replugged. If the function...