-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Draytronics Elise V1 - Refactor - Sleep wake key repeat fix, RBG sleep tweak, readme update #23922
base: develop
Are you sure you want to change the base?
Conversation
Lint fix for copyright header.
Thank you for your contribution! |
Hi, is there anything I can do to get this over the line before it is removed? |
Co-authored-by: Ryan <[email protected]>
Thank you for your contribution! |
Again this appears to be stuck, anything I can do to get this over the line. |
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.
Since these changes are being applied to all keymaps, I feel like they should simply live at the keyboard level in the keyboard.json
file:
"usb": {
"polling_interval": 8,
"suspend_wakeup_delay": 3000
}
This was at keyboard level, I was asked to move this to user level by @drashna on June 15th ....... |
Description
A re-factoring of the V1 Elise board, that includes a fix for key repeat after waking from sleep. This is more prevalent when using a KVM or other non direct connection. This maybe related to the use of underglow but these adjustments fix the issue in testing. At the same time there is a small update to the README.md.
This is effectively the same changes as the V2 PR but this needs to be separate as it is for a different board
Types of Changes
Issues Fixed or Closed by This PR
Checklist