CircuitPython keyboard firmware implementation, partly adapted from KMK.
Purpose built for the Micro Qwertz Keyboard hardware to enable the Micro Qwertz Keyboard layout.
It is tailored towards the Nordic nRF52840 SoC on a nice!nano v2.0 development board.
- adafruit_ble
- adafruit_dotstar
Download libraries from https://circuitpython.org/libraries for the appropriate CircuitPython version of your board (see boot_out.txt on your board) and copy the libraries to the lib folder on your board.
adafruit_dotstar is only used when running on an Adafruit ItsyBitsy nRF52840 Express. The nice!nano only has an addressable single-color blue LED on the board.
To run unit tests in desktop environment: python -m unittest
All software in this repository is licensed under the GNU Public License, version 3