Skip to content

Commit 932c3a6

Browse files
committed
Update MIN_HANDSHAKE_WAIT_TIME to 85 microseconds
Aligned MIN_HANDSHAKE_WAIT_TIME with the Amiga 500 Technical Reference Manual's recommended value of 85 microseconds. Previously, it was set to 65 microseconds, which worked for my specific A500 keyboard model but may not be compatible with all keyboard variations and revisions. The value can be increased further if instability is observed, without noticeable delays in keyboard performance.
1 parent 026d1de commit 932c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a500kybhid.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
#define BITMASK_JOY2 0b11110011 // IO A0..A5
102102
#endif
103103

104-
#define MIN_HANDSHAKE_WAIT_TIME 65 //microsecconds: as specified in the Amiga 500 Technical Reference Manual
104+
#define MIN_HANDSHAKE_WAIT_TIME 85 //microsecconds: as specified in the Amiga 500 Technical Reference Manual
105105

106106
// Preprocessor flag to enable or disable debug mode
107107
// Debug mode provides some console output.

0 commit comments

Comments
 (0)