-
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
Add support for IBM M-50 to ibmpc_usb #714
Comments
Can you share Keboard layout is defined just as CPP macro like this. tmk_keyboard/tmk_core/common/unimap.h Line 49 in 792074f
You can define your layout in your keymap(unimap) file, unimap_plain.c for example. 'A' is identified by code 0x04 in unimap and 'W' by 0x1A. tmk_keyboard/tmk_core/common/unimap.h Line 103 in 792074f
So
|
Hi Hasu,
Would it be possible to add layout support for the M-50 (50 key IBM keypad) to ibmpc_usb? When loaded with the baseline ibmpc_usb firmware it registers as ID:AB83(AT) and sends the following:
All letters send as lowercase but are shown shifted for ease of read
A W E R \ U I O ; . (keypad dot)
Z X C V ENTER M , L . ?
1 2 3 4 F10 7 8 9 0 " (numbers are NOT keypad numbers)
LSFT F1 F2 5 F9 6 = F8 [ -
LCTL LALT F3 T BSPC Y. ] F6 F7 H
The text was updated successfully, but these errors were encountered: