Signed-off-by: Gergely Nagy <algernon@keyboard.io>
hardware/ploopy
Gergely Nagy 2 years ago
parent f87ff8ae18
commit 6033b05cba
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -80,7 +80,6 @@ void loop() {
Kaleidoscope.loop();
/*
report = Sensor.readReport();
if (report.dx != -1) {
@ -95,5 +94,4 @@ void loop() {
if (report.dy != -1 || report.dx != -1) {
Serial.println();
}
*/
}

Loading…
Cancel
Save