-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Can't input the keypad equal. #238
Comments
According to HID Usage Table 1.12 that Probably Mac may support the code while Windows won't. IIRC current TMK NKRO mode can't send the code make sure using 6RKO mode. |
I'm using WIN7 Korean. |
Ignore my description about 'AS/400 keypad equal'(0x86) in previous comment, it is not related to this problem.
OK. Now our concern is how Windows handles 'keypad ='. Tried the code on Linux and Windows 7, Linux recognizes as |
I use adb-to-usb converter on M3501.
But I can't input the kepad equal.
So I have changed the "PEQL" to the "EQL" on "keymap_ansi.c".
And then I can input the equal key on kepad side.
How about others?
The text was updated successfully, but these errors were encountered: