mirror of
https://github.com/JoaoPagotto/PS2_To_AppleII.git
synced 2025-08-08 10:24:59 +00:00
Update PS2_To_AppleII.ino
This commit is contained in:
@@ -92,6 +92,8 @@ void setup()
|
||||
keyboard.begin(PS2_DATA, PS2_IRQ); // Setup keyboard pins
|
||||
keyboard.setNoBreak(1); // No break codes for keys (when key released)
|
||||
keyboard.setNoRepeat(1); // Don't repeat shift ctrl etc
|
||||
keyboard.setLock(PS2_LOCK_NUM); // Sets the current status of Locks and LEDs
|
||||
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user