Introduction
May 22, 2022 ยท View on GitHub
CircuitPython library for interfacing the BB Q10 and BB Q20 Keyboards over I2C.
The firmwares that this library should be used with can be found here:
- BB Q10: https://github.com/solderparty/bbq10kbd_i2c_sw
- BB Q20: https://github.com/solderparty/i2c_puppet
Dependencies
This driver depends on:
Adafruit CircuitPython <https://github.com/adafruit/circuitpython>_Bus Device <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
the Adafruit library and driver bundle <https://circuitpython.org/libraries>_.
Usage Example
See examples/ for a quick examples on how to use the library.