1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-08-13 15:43:47 -04:00

Update C64-JoyKEY.sc

This commit is contained in:
Jarno Lehtinen 2023-02-13 14:50:48 +02:00 committed by GitHub
parent ab4e369eef
commit 2ed592220c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,15 +38,15 @@ end
# example, reset
macroblock
macro 3 -ALL
MAKE LSHIFT
MAKE LALT
MAKE LGUI
MAKE LALT
MAKE LSHIFT
DELAY 50
PRESS LCTRL
DELAY 100
BREAK LGUI
BREAK LALT
DELAY 50
BREAK LSHIFT
CLEAR_ALL
BREAK LALT
BREAK LGUI
endmacro
endblock