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

Issue about AUTO_MOUSE_THRESHOLD #596

Open
o-matsu opened this issue May 30, 2024 · 4 comments
Open

Issue about AUTO_MOUSE_THRESHOLD #596

o-matsu opened this issue May 30, 2024 · 4 comments

Comments

@o-matsu
Copy link

o-matsu commented May 30, 2024

I added AUTO_MOUSE_THRESHOLD to qmk_firmware/keyboards/keyball/keyball39/keymaps/{mymap}/config.h to customize Auto Mouse Layer.
The optional parameters were taken from qmk's site. https://github.com/qmk/qmk_firmware/blob/master/docs/feature_pointing_device.md#how-to-customize

However, after building and writing to the device, the behavior does not change.
Is this option not supported by the keyball firmware?

@okuRaku
Copy link

okuRaku commented May 30, 2024

Hello @o-matsu -san. I noticed the same and confirmed it is in a newer version of the firmware than is in use for keyball. I adapted the code to our version and put a pull request here: #563

Maybe it will help you, I hope so!

@o-matsu
Copy link
Author

o-matsu commented May 30, 2024

Thank you @okuRaku -san. I'll try it.

@o-matsu
Copy link
Author

o-matsu commented May 31, 2024

Hi, @okuRaku -san.
Thank you for your kind advice.
I checked out your branch and tried it.
At first glance, it seemed to work well, but there were some strange behaviors.
Specifically, after the mouse layer was activated by moving the cursor, the layer was deactivated even though I kept moving the cursor.

As a provisional measure, I thought the approach of independently implementing the modifications to the QMK firmware was a good idea.
I will also try to see if I can implement it successfully.
Thank you.

@okuRaku
Copy link

okuRaku commented May 31, 2024

I look forward to your changes!

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