A high res scroll wheel inspired by the ploopy knob
Using micropython an a RP2040-Zero and either a AS5600 or MT6701 connected Pin 15 and 16.
USB lib from micropython and micropython-lib
Descriptors based on QMK QMK and HID-remapper
Tested in Linux
copy library files with:
mpremote connect /dev/ttyACM0 cp -r lib :/for AS5600
mpremote connect /dev/ttyACM0 cp AS5600_main.py :/main.pyfor MT6701
mpremote connect /dev/ttyACM0 cp MT6701_main.py :/main.pydon't copy boot.py, it makes updating more difficult, its contents have been merged to the main files
mpremote connect /dev/ttyACM0 cp boot.py :/TODO:
- receive and evaluate feature report, currently report length is 0 bytes
- Works fine without on Linux
3d/ contains the initial designfiles describing intenden geometry of the case
3dprint/ contains data optimized for 3d printing with more tollerances, tested on a bambulab a1 mini with pla

