mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-22 00:52:22 -05:00
Update README.md
This commit is contained in:
parent
f6ac147c61
commit
9dfa4ea541
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
## Macro without modifier key
|
## Macro without modifier key
|
||||||
Even though modifier key is mandatory, it can be replaced with unpressed modifier. This writes shifted A when only a-key is pressed:
|
Even though modifier key is mandatory, it can be replaced with unpressed modifier. This writes shifted A when only a-key is pressed:
|
||||||
´´´
|
```
|
||||||
macroblock
|
macroblock
|
||||||
macro A -LALT
|
macro A -LALT
|
||||||
SET_META LSHIFT
|
SET_META LSHIFT
|
||||||
@ -66,7 +66,7 @@ macroblock
|
|||||||
CLEAR_ALL
|
CLEAR_ALL
|
||||||
endmacro
|
endmacro
|
||||||
endblock
|
endblock
|
||||||
´´´
|
```
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user