We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi,
By writing a function to test some PS2KeyMap mapping like:
for ( uint16_t code = PS2_KEY_NUM; code <= PS2_KEY_LANG5; code++ ) { remapped = keymap.remapKey(code); printRemapped(code, remapped); }
I found a weird definition of PS_KEY_LANG5. 0x99 + 1 is 0x9A and not 0xA0.
#define PS2_KEY_LANG4 0X99 #define PS2_KEY_LANG5 0xA0
And "0x9A" isn't anywhere in PS2KeyAdvanced.h. Is it a mistake ?
Thanks for the great work on this lib !
Regards, Ludovic
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
By writing a function to test some PS2KeyMap mapping like:
I found a weird definition of PS_KEY_LANG5. 0x99 + 1 is 0x9A and not 0xA0.
And "0x9A" isn't anywhere in PS2KeyAdvanced.h. Is it a mistake ?
Thanks for the great work on this lib !
Regards,
Ludovic
The text was updated successfully, but these errors were encountered: