Open
Conversation
added 2 commits
April 22, 2018 06:12
On the Lachesis, the profile and windows button definitions are swapped around in two ways. Profile switch up is 0x1A instead of 0xB. Profile switch down is 0x1B instead of 0xA. Windows button 4 is 0xA instead of 0x1B. Windows button 5 is 0xB instead of 0x1A. So not only are profile and windows button swapped on which has bit 5 set, but the two buttons swap which is first in both cases as well.
The side buttons were backwards, with the left and right swapped.
Owner
|
Thanks for your pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both the physical and logic button mappings seem to be wrong, at least for my Lachesis Classic.
These two commits fix both issues.
Without it, my side buttons end up getting mapped to profile changes instead of mouse buttons, which is less useful than it could be.