Skip to content

kabel42/HighResScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Software

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.py

for MT6701

mpremote connect /dev/ttyACM0 cp MT6701_main.py :/main.py

don'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

Body

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

Bearing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages