this issue is still bothering me, as the keyboard is unusable in its current state..
using hid_listen.exe:
autodetect seems to work, as it correctly sets keycode 1 (XT/PC):

so, when any one of those 'interrupts' happen, this is what hid_listen.exe actually picks up:

now.. i have no clue what to make of this.
on the picture, you see me holding Q. whenever one of those interrupts happens, hid_listen picks up R06 R06 R06 R06 R06 R05.
however, for example the 1 key always spits out R06 R06 R05 on an interrupt, and the 3 key would spit out R06 R06 R06 R05..
it always ends with R05, but how many 'R06's gets spit out differs per key, apparently.
so.. what the hell is this R06 R05 thing?
does this look like the keyboard is faulty, or like the converter is having some trouble?
i fear it might be the keyboard, but i don't have a system with an XT port, so i don't know how to test if the keyboard or the converter is the problem here.
i noticed there is a ton of dust between the PCB and plate. could that be the cause of something like this..?
i also noticed that if it happens with a key that has an LED (caps lock and num lock), the light
will actually go on or off, when it sends that weird string. (for example i press caps lock and the light goes on, but hid_listen picks up that weird string, and my PC does not actually turn caps lock on..)
any insight would be very welcome : )