aboutsummaryrefslogtreecommitdiffstats
path: root/src/cirque.rs
Commit message (Expand)AuthorAgeFilesLines
* event_filter: add filters for converting abs mouse to trackballBrian Cully2022-11-271-15/+42
* usb: add mousewheel hid implementationBrian Cully2022-11-191-5/+5
* cirque: remove ref to stm32 clock structBrian Cully2022-10-291-3/+1
* touchpad now works over spiBrian Cully2022-10-271-20/+29
* cirque: use rapaddress enum instead of hardcoded valuesBrian Cully2022-10-271-16/+13
* cirque: update rap command names from data sheetBrian Cully2022-10-271-9/+9
* cirque: fix off-by-one error in max x/y coords.Brian Cully2022-10-271-2/+2
* spi: use 1.5mhz, tweak some loggingBrian Cully2022-10-261-10/+14
* cirque: allow unused fields for i²c and rap addressesBrian Cully2022-10-251-0/+2
* cirque: fix ? operatorBrian Cully2022-10-251-19/+10
* don't blindly return ok in ‘Cirque::rd’Brian Cully2022-10-251-1/+1
* pull in cirque driverBrian Cully2022-10-251-0/+255