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
c390a2f654
commit
e7ca85128b
@ -14,6 +14,8 @@
|
|||||||
# PB6(D10) sysled
|
# PB6(D10) sysled
|
||||||
# PB5(D9) powerled
|
# PB5(D9) powerled
|
||||||
|
|
||||||
|
# '-' prefix = on at startup
|
||||||
|
# '+' prefix = off at startup
|
||||||
led caps -PD7
|
led caps -PD7
|
||||||
led num -PB6
|
led num -PB6
|
||||||
led scroll -PB5
|
led scroll -PB5
|
||||||
@ -33,14 +35,38 @@ matrix
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
macroblock
|
# example, press a-button to CAPS_LOCK = toggle underglowleds
|
||||||
macro A -ALL
|
#macroblock
|
||||||
#SET_META LSHIFT
|
# macro A -ALL
|
||||||
#PRESS A
|
# PRESS CAPS_LOCK
|
||||||
# CLEAR_ALL
|
# CLEAR_ALL
|
||||||
SCROLL_LOCK
|
# endmacro
|
||||||
endmacro
|
#endblock
|
||||||
endblock
|
|
||||||
|
# example, press b-button to NUM_LOCK = toggle SYS-led
|
||||||
|
#macroblock
|
||||||
|
# macro B -ALL
|
||||||
|
# PRESS NUM_LOCK
|
||||||
|
# CLEAR_ALL
|
||||||
|
# endmacro
|
||||||
|
#endblock
|
||||||
|
|
||||||
|
# example, press c-button to SCROLL_LOCK = toggle PWR-led
|
||||||
|
#macroblock
|
||||||
|
# macro C -ALL
|
||||||
|
# PRESS SCROLL_LOCK
|
||||||
|
# CLEAR_ALL
|
||||||
|
# endmacro
|
||||||
|
#endblock
|
||||||
|
|
||||||
|
# example, press d-button to get shifted D
|
||||||
|
#macroblock
|
||||||
|
# macro D -ALL
|
||||||
|
# SET_META LSHIFT
|
||||||
|
# PRESS D
|
||||||
|
# CLEAR_ALL
|
||||||
|
# endmacro
|
||||||
|
#endblock
|
||||||
|
|
||||||
#
|
#
|
||||||
# unstrobed
|
# unstrobed
|
||||||
|
Loading…
Reference in New Issue
Block a user