-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues witm enabling mousekey #3
Comments
Also, is qmk flash not a possibility for the conundum? |
media key doesn't works, too. (ex. play/stop, volume up/down) maybe it has simailar root cause. |
I was able to get media keys working with the EXTRAKEY_ENABLE flag in rules.mk. After playing around with options I noticed that regardless of settings it takes a few tries plugging in the keyboard for it to start registering. The odd behavior I see when I enable mousekey is that my actual mouse stops working. I can move the cursor but when I click, it clicks on where my keyboard last had focus. Its the weirdest thing. |
@davidbgonz thanks. |
I'm moving my keymap from a preonic to the conundrum. One of my layers have mouse actions. I depend on some of the mouse actions as my mouse is only a trackball and does not have any buttons. If I try to set
MOUSEKEY_ENABLE
toyes
inrules.mk
I am seeing odd behavior. Just the act of enabling (without any mouse actions set in the keymap), the conumdrum no longer registers any keys. I have to plug and unplug my keyboard multiple times for it to start working. If I setMOUSEKEY_ENABLE
tono
it starts working again.Do you know if there is anything in addition I need to add to the configs to get mouse actions to work? Am I able to update the baseline version of QMK or move the conundrum configs over to my own fork that I have for my other devices?
The text was updated successfully, but these errors were encountered: