Open zored opened 3 years ago
New behavior
Add mouse keys support.
Currently KC_MS_* keys are not handled and functions like mousekey_on are not implemented.
KC_MS_*
mousekey_on
You have to enable MOUSEKEY_ENABLE for c18 or c15 first.
Also, this only works in wired mode. We are limited by original bluetooth firmware of Obins so no mouse key over bluetooth.
Feature Request Type
New behavior
Description
Add mouse keys support.
Currently
KC_MS_*
keys are not handled and functions likemousekey_on
are not implemented.