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-11 21:29:13 +02:00 committed by GitHub
parent 92fe64da72
commit 3ee8ff53cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,19 @@ matrix
debounce 5 debounce 5
blocking 1 blocking 1
sense PB6 PB2 PB3 PB1 PF7 PF6 PF5 PF4 PD3 unstrobed -PD1 A
strobe PD1 1 BACK_QUOTE TAB ESC SPACE LCTRL Q 2 UNASSIGNED unstrobed -PD0 B
strobe PD0 3 W A LSHIFT Z S E 4 UNASSIGNED unstrobed -PD4 C
strobe PD4 5 R D X C F T 6 UNASSIGNED unstrobed -PB3 D
strobe PC6 7 Y G V B H U 8 UNASSIGNED unstrobed -PB1 E
strobe PD7 9 I J N M K O 0 UNASSIGNED unstrobed -PF5 F
strobe PE6 MINUS P L COMMA PERIOD SEMICOLON LEFT_BRACE EQUAL UNASSIGNED unstrobed -PF4 G
strobe PB4 INSERT RIGHT_BRACE QUOTE SLASH RSHIFT BACKSLASH DELETE HOME PAGE_UP
strobe PB5 BACKSPACE ENTER RIGHT DOWN F1 F3 F5 F7 UNASSIGNED
end end
#
# unstrobed
# Specifies a single pin to read and the corresponding HID code.
# This is intended for a single switch which can be wired with the other side of the switch permanently connected to either ground or +5V. If the other side of the switch is at +5V, a pull-down resistor must be added between the pin and ground.
# Example:
# unstrobed -PF1 LSHIFT