Skip to content
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

Mouse layer doesn't work over bluetooth #2

Open
yanshay opened this issue Mar 21, 2023 · 1 comment
Open

Mouse layer doesn't work over bluetooth #2

yanshay opened this issue Mar 21, 2023 · 1 comment

Comments

@yanshay
Copy link

yanshay commented Mar 21, 2023

I'm using the Kinesis config as base but with urob/zmk adv360-led branch (using west.yaml).
I'm using Mac.

The mouse works but only over USB and not over bluetooth.
I saw in the zmk repo questions about that and everyone said that repairing fix this, but not in my case, so I wonder maybe something is special about the mouse support in this branch and/or due to me mixing Kinesis config with the adv-360 branch and that cause some issues?

Any ideas?

JakubMakarewicz pushed a commit to JakubMakarewicz/zmk-config that referenced this issue May 26, 2023
@infused-kim
Copy link

It seems like that is an issue exclusive to the adv360 branch, because it adds some capslock LED characteristics to the BT profile.

You can find more info and a potential solution in this zmk discord discussion:
Quick correction: The mouse PR on urob's fork is working fien with macOS Ventura 13.5.

My issue was caused, because I had another PR that added BT characteristics on top of this PR in app/src/hog.c.

If someone else encounters similar issues, you can check this discussion on the zmk discord:
https://discord.com/channels/719497620560543766/845285481888743434/1151183774235762818

If someone else experiences mouse keys not working, check if you have any other PRs that modify app/src/hog.c and adjust it according to the info in the discord chat.

delock added a commit to delock/zmk-config-chipper42 that referenced this issue Nov 29, 2023
JakubMakarewicz pushed a commit to JakubMakarewicz/zmk-config that referenced this issue Feb 16, 2024
eloback added a commit to eloback/zmk-config that referenced this issue Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants