kmk_firmware
kmk_firmware copied to clipboard
Adds nullbitsco/nibble mapping with multiplex keymatrix support
This extends digitalio.MatrixScanner to support multiplexed output scanning which is used by nibble.
Thanks for the thorough review. Let me know what you think about digitalio.MatrixScanner and I can refactor as needed.
Thanks for the thorough review. Let me know what you think about digitalio.MatrixScanner and I can refactor as needed.
Hi, does this implementation on the digitalio.py adds the support for duplex matrix?
wdym by duplex matrix?
btw i've since extended the DemuxKeyMatrix object in circuitpython (see https://github.com/adafruit/circuitpython/pull/9912) which simplifies this PR. I will update it
I mean like this / japanese duplex matrix. But I now, after reading your extended update, I see that it does not.