Findecanor wrote: 10 Feb 2021, 00:10
It is likely that the ribbon cable connects directly to the rows and columns of the keyboard matrix, with some other lines instead going to the LEDs.
You would have to figure out the matrix, hook up a microcontroller board and then program your own version of firmware for this microcontroller+keyboard combination.
A lot of people have done this before with various keyboards: do check the Workshop subforum! It is a bit of a tedious process though.
From the last picture I would guess that the PCB is one-sided with all traces on the bottom of the keyboard module, with solder holes exposed. That should make it easier to trace the matrix.
A multimeter in continuity mode could be a great help here.
With electronics at this age, the LED circuits are probably made to run at 5V: look for resistors for them! The Teensy++ might be a good choice for microcontroller board: it has 45 GPIO pins, runs at 5V and is supported by the TMK firmware. If the keyboard does not a diodes for each switch then you would have to enable ghost key detection.
Hey, I don't mean to be rude or anything, but Findecanor already did a great job explaining this beneath your previous post. Do you have a multimeter?
Good explanations about keyboard matrices are all over the net, for example
this one.
Your first job now should be to find out which row and column correspond to which pinhole on your ribbon connector. After that, you'll have to wire up a controller. Same thing as with a hand-wired matrix. You'll find plenty of tutorials on YouTube, or you just can refer to
this one.
Finde jetzt spontan nix auf Deutsch, aber bei mehr Fragen kannste dich gerne melden
