mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-22 00:52:22 -05:00
Update C64-JoyKEY.sc
This commit is contained in:
parent
f5cf17198a
commit
c390a2f654
@ -10,6 +10,13 @@
|
|||||||
# PB1(D15) down
|
# PB1(D15) down
|
||||||
# PF5(D18) right
|
# PF5(D18) right
|
||||||
# PF4(D19) up
|
# PF4(D19) up
|
||||||
|
# PD7(D6) underglowleds
|
||||||
|
# PB6(D10) sysled
|
||||||
|
# PB5(D9) powerled
|
||||||
|
|
||||||
|
led caps -PD7
|
||||||
|
led num -PB6
|
||||||
|
led scroll -PB5
|
||||||
|
|
||||||
matrix
|
matrix
|
||||||
scanrate 1
|
scanrate 1
|
||||||
@ -26,6 +33,15 @@ matrix
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
macroblock
|
||||||
|
macro A -ALL
|
||||||
|
#SET_META LSHIFT
|
||||||
|
#PRESS A
|
||||||
|
#CLEAR_ALL
|
||||||
|
SCROLL_LOCK
|
||||||
|
endmacro
|
||||||
|
endblock
|
||||||
|
|
||||||
#
|
#
|
||||||
# unstrobed
|
# unstrobed
|
||||||
# Specifies a single pin to read and the corresponding HID code.
|
# Specifies a single pin to read and the corresponding HID code.
|
||||||
|
Loading…
Reference in New Issue
Block a user