Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels