hasu@tmk
hasu@tmk
Hi, I'm happy to work on. How can I help you? Do you have the keyboard? Did you try it with ibmpc_usb?
Its keyboard ID is BFB1, not BFB0. Interesting. Technical Reference says that RT keyboard replies with BFB0. Also this post shows BFB0. https://deskthority.net/viewtopic.php?p=105422#p105422 I guess RT keyboard has some variants...
I will handle RT keyboard as a kind of Terminal keyboard. It looks equivalent to IBM 101-key/102-key Terminal keyboard, as for scan code. https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-Keyboard-Converter#ibm-terminal-101-key102-key-and-ibm-rt The current converter firmware supports keymap...
> Current firmware doens't support RT LED indicator, this causes Lockup of CapsLock key probably. I'll work on this. Try this patch and check if the indicators show their states....
> I tried patching the two files in question but it's possible I did something wrong because after flashing and rebooting the console gets flooded and causes QMK Toolbox to...
Scan code Set 3 IBM RT and IBM Terminal 101-key/102-key have same scan codes. ``` ,---. ,---------------. ,---------------. ,---------------. ,-----------. |F13| | F1| F2| F3| F4| | F5| F6| F7|...
Another workaound would be **fixed register**. https://gcc.gnu.org/wiki/avr-gcc#Fixed_Registers https://gcc.gnu.org/onlinedocs/gcc/Global-Register-Variables.html#Global-Register-Variables GCC option `-ffixed-` is required to define a fixed register. https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html Note that **the option doesn't effect precompiled libraries**, which can already...
Thanks. Probably I'll contact you when I make decision about this.
Thanks all for your suggestions and discussion. To understand them all I needed time to learn about how 'organization' works and difference between submodule and subtree of git. Orgnization is...
Problem is I frequently change core library and break build of some projects and people lose their time to build a broken project report it. And I also have to...