Update IBM_380_revC.ino

This commit is contained in:
Frank Adams 2020-05-27 22:19:08 -07:00 committed by GitHub
parent b929998856
commit 3f2cc7c6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -545,5 +545,5 @@ void loop() {
blink_count = blink_count + 1;
}
//
delay(8); // The overall keyboard/trackpoint scanning rate is about 30ms
delay(8); // The overall keyboard/trackpoint scanning rate is about 13ms
}