This is my attempt in making my own macropad.
- Here I am using a RP2040 microcontroller (PICO),
- Using Circuitpython v9.2.0. You can get the latest version of circuitpython here,
- With KMK Keyboard firmware library.
- I am having 28 buttons (7 column, 4 rows) and using 2 rotary encoders. Using the encoders as 8th column and each in 1st & 2nd rows. Hence total of 30 buttons & 2 encoders.
Thank you for visiting this repo.