ytmytm/C128-keyboard

Version 2 of C64 Keyboard

Opened this issue · 1 comments

Hello,
I am the author of the code base used in your project at: https://github.com/Hartland/C64-Keyboard

I wanted to let you know that I have released to BETA version 2 of the code base. It is faster and more stable with an easier to understand keyboard mapping system that uses direct array X and Y coordinates.
I also separated the MT88XX controller code to a separate library that is much more robust and can be used in any project using the MT88xx analog switch arrays.
I have opened the discussion board on my repository and you are welcome to participate.

Well, seeing I had to post this as an issue:
Explore the use of Version 2 of the code base at the C64 keyboard repository.

Thank you! I will definietly keep my eye on it.

The MT88xx library is not directly applicable here right now as I ran out of pins and I had to drive MT88xx via a shift register, but it abstracts things away, which is a good thing.