diehard67

Results 2 issues of diehard67

I created a udev rules file so I can use picotool without sudo ``` # make raspberry pi pico accessible without sudo. SUBSYSTEM!="usb_device", ACTION!="add", GOTO="rpi2_end" # Raspberry Pi Pico ATTR{idVendor}=="2e8a",...

added code to report key events right away rather than reporting them after you pressed several keys. I was getting key events in bunches of 4 all at once.