Replies: 2 comments 12 replies
-
The mouse PR is still WIP and periodically requires updating the config to its newest api. If something breaks, it's worth looking closely at Other than that, some changes require refreshing the HID descriptor, which is often the culprit if nothing else works. 8/1/2024: Edited for clarity |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue on my linux laptop, refreshing the HID descriptor had no effect. When testing on my windows pc however, mouse movement & keys worked like a charm. Before the upgrade when using urobs ZMK mouse-3.2 branch mouse movement & keys worked on both my linux and windows pcs. I have tried flashing the previously working version again and for some reason the mouse movement & keys are still not working on my linux pc. |
Beta Was this translation helpful? Give feedback.
-
I've a fork that I hadn't updated in a year: https://github.com/Boggin/zmk-config.
As part of getting up to the latest Zephyr 3.5 I changed to using the ZMK mouse. I've got something wrong, however, as my mouse layer won't work. I can activate the layer but I can't move, scroll or click. Instead the keys output as per the base layer.
I've tried checking my code against the main repo but I can't see any differences and everything else is working fine.
I've tried disconnecting from the laptop, removing the device, clearing all the bindings in the keyboard, adding the keeb back again. No joy.
Has anyone any other suggestions how I might debug my problem with using the mouse layer, please?
https://github.com/Boggin/zmk-config/blob/main/config/base.keymap#L190
https://github.com/Boggin/zmk-config/blob/main/config/combos.dtsi#L25
https://github.com/Boggin/zmk-config/blob/main/config/mouse.dtsi
Beta Was this translation helpful? Give feedback.
All reactions