Skip to content
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

KC_KP_EQUAL malfunction #153

Closed
lkong opened this issue Dec 11, 2014 · 1 comment
Closed

KC_KP_EQUAL malfunction #153

lkong opened this issue Dec 11, 2014 · 1 comment

Comments

@lkong
Copy link

lkong commented Dec 11, 2014

Hey hasu
Thanks for this awesome project.
According to PassMark KeyboardTest my keypad is reporting the wrong key code when KC_KP_EQUAL (numpad =) is pressed.
It is reported as (0xc) instead of (0x6c).
Every other key on this key pad is working correctly e.g. (0x58 as num pad key 8 ).
Im using teensy 2.0 with latest tmk_keyboard firmware (lufa) on a hand wired 5x4 key pad.
Any hints what could gone wrong?
Thank you very much.

@tmk
Copy link
Owner

tmk commented Dec 12, 2014

KC_KP_EQUAL is 0x67 in HID usage, not 0xc nor 0x6c. And the key is for Mac and won't recognized by WIndows. See. http://www.usb.org/developers/hidpage/Hut1_12v2.pdf

I never used that software but I don't think it displays HID usage, it just shows you windows specific scan code. I think this depends your system.

@tmk tmk closed this as completed Dec 12, 2014
fernandodeperto pushed a commit to fernandodeperto/tmk_keyboard that referenced this issue Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants