From ec0d69295eab0fe9785df5043e4e0c41e52258e9 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Tue, 16 Apr 2019 14:24:43 +0300 Subject: [PATCH] Update x-arcade.ino --- X-Arcade/x-arcade.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/X-Arcade/x-arcade.ino b/X-Arcade/x-arcade.ino index 34a9a57..daca49d 100644 --- a/X-Arcade/x-arcade.ino +++ b/X-Arcade/x-arcade.ino @@ -186,8 +186,10 @@ PS2KeyRaw keyboard; void setup() { keyboard.begin(DATAPIN, IRQPIN); + #ifdef DEBUG Serial.begin(115200); Serial.println( "PS2 Raw Test of PS2 Keyboard codes" ); + #endif Joystick[0].data[0] = 0x00; Joystick[0].data[1] = 0x00; Joystick[0].data[2] = 0x00;