Update C64-JoyKEY.sc

This commit is contained in:
Jarno Lehtinen 2023-02-12 00:29:16 +02:00 committed by GitHub
parent c390a2f654
commit e7ca85128b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 8 deletions

View File

@ -14,6 +14,8 @@
# PB6(D10) sysled
# PB5(D9) powerled
# '-' prefix = on at startup
# '+' prefix = off at startup
led caps -PD7
led num -PB6
led scroll -PB5
@ -33,14 +35,38 @@ matrix
end
macroblock
macro A -ALL
#SET_META LSHIFT
#PRESS A
#CLEAR_ALL
SCROLL_LOCK
endmacro
endblock
# example, press a-button to CAPS_LOCK = toggle underglowleds
#macroblock
# macro A -ALL
# PRESS CAPS_LOCK
# CLEAR_ALL
# endmacro
#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