mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-12-03 06:12:16 -05:00
Update x-arcade.ino
This commit is contained in:
parent
aa96cef963
commit
ec0d69295e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user