-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Clique and mouse movement update #630
base: V3.0
Are you sure you want to change the base?
Conversation
Update adv360.keymap Add unlock behavior to keymap
I was able to change the mouse's–movement speed, movement acceleration, scrolling speed–but wasn't successful in changing the scroll acceleration with these behaviors set in
I'm wondering if my configuration is misconfigured (highly likely, I'm new at this) or if the mouse scroll acceleration isn't working as intended? |
After merging my config with these changes and loading the new firmware, when I click mod+hotkey 4, I get battery level indication for the left half, but not for the right. @ReFil do you have any idea what might be going on? |
I Just want to add I tried this branch because of the left-right connect issue from: #510 This branch PolarityWorks:clique-update seems to resolve that, additionally the clique keymap hot-config is very nice using the webui. I am not sure if this is the correct place to mention this but I noticed that my keyboard does not want to wake from deep sleep anymore using this branch. The only config difference I have is the following: diff --git a/config/adv360.conf b/config/adv360.conf
new file mode 100644
index 0000000..24e2ee1
--- /dev/null
+++ b/config/adv360.conf
@@ -0,0 +1,7 @@
+# Configure deep sleep mode:
+CONFIG_ZMK_SLEEP=y
+# 60mins
+CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 And after 1 hour, I cannot wake either left/right halve by pressing/long pressing/spamming buttons. I have to use the power switched on both sides to restart the devices. I looked at the zmk docs and at the V3 branch and do not notice any other difference regarding sleep. Is this an issue on my end or something that changed with the zmk version? |
@AntoniMarcinek That issue should now be solved if you update your config repo |
@ReFil Thanks. I tested it and it is waking again. Question: I did noticed the wakeup source section in the low power state docs, is that a new addition to zmk? Because I do not see that either left.dt or right.dts is configure as a wakup source on the V3 branch. |
Yes, it's a relatively recent requirement for waking up from deep sleep. I believe it's been a requirement since soft-off functionality was merged into upstream ZMK |
What's changed:
This change updates the advantage 360 Pro to a newer version of ZMK, incorporating support for mouse movement behaviors, as well as the ZMK Studio / Kinesis Clique real time keymap editing system. Furthermore a number of additional bugfixes and changes have been implemented to improve the user experience
Additional information on Clique can be found here: https://kinesis-ergo.com/360p-clique-upgrade/
Why has this change been implemented:
This adds mouse movement support into the Advantage 360 Pro as well as rectifying several outstanding bugs
Should fix #438 #506 #510 and #622
What (if any) actions must a user take after this change:
The addition of the
&studio_unlock
behavior into the keymap may introduct git conflicts that require manual resolution