-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
urbanvanilla keymap for drop/alt #11365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made the changes as reviewed, except for the matrix.c not sure if I should clear it all and just have the one function or keep it all with that minor change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With #11472, matrix,.c can be removed and the suggestion applied to get the same behaviour.
This has a bunch of existing commits, that is messing up the diff and such. |
Urbanvanilla's keymap for massdrop/alt keyboard adds in an idle timer to turn off RGB after set amount of time. poor unsuccessful attempt at replicating a velocikey like functionality. Grave escape is enabled on ESC.
removed unnecessary lines and files. increased wait_us() parameter to 40 as was still getting chatter at 20. removed some code for the terrible rudimentary attempt at velocikey for rgb matrix
Urbanvanilla's keymap for massdrop/alt keyboard adds in an idle timer to turn off RGB after set amount of time. poor unsuccessful attempt at replicating a velocikey like functionality. Grave escape is enabled on ESC.
removed unnecessary lines and files. increased wait_us() parameter to 40 as was still getting chatter at 20. removed some code for the terrible rudimentary attempt at velocikey for rgb matrix
Co-authored-by: Joel Challis <[email protected]>
daaa8eb
to
f32005b
Compare
Co-authored-by: Ryan <[email protected]>
Thanks! |
1 similar comment
Thanks! |
Description
Keymap with simple changes all in userspace for the drop/alt.
Modified matrix.c in the wait_us function to get rid of annoying key chatter that plagues this keyboard.
Implemented a really simple RGB timer that turns off RGB Matrix lighting after a set time.
Changed escape key to grave escape.
Types of Changes
Issues Fixed or Closed by This PR
Checklist