diff --git a/PS2_To_AppleII/PS2_To_AppleII.ino b/PS2_To_AppleII/PS2_To_AppleII.ino index d925f27..b833df3 100644 --- a/PS2_To_AppleII/PS2_To_AppleII.ino +++ b/PS2_To_AppleII/PS2_To_AppleII.ino @@ -91,7 +91,9 @@ 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.setNoRepeat(1); // Don't repeat shift ctrl etc + keyboard.setLock(PS2_LOCK_NUM); // Sets the current status of Locks and LEDs + } //-----------------------------------------------------------------------------