Code for custom-built macro keypad with 8 Neokey Socket Breakouts, together with a Raspberry Pi Pico. This repository is mostly meant as a backup of the code, as well as a git usage refresher for myself.
So far, this code requires the following modules to function properly:
- CircuitPython: Typically installed on your board.
- Adafruit HID: Used for keyboard keycodes.
- Circuitpython Keyboard Layouts: Used for additional languages keyboard layouts. Only Swedish layout currently needed.
- Adafruit NeoPixel: Used to control the NeoPixel lights.
- Adafruit LED Animation: To perform animation patterns with the NeoPixel lights.
Your boards lib-folder should look something like this:
After installing dependencies above, simply copy main.py and colors.py to the board an restart the device!