mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update README.md
This commit is contained in:
parent
b820e3d382
commit
f6ac147c61
@ -56,6 +56,18 @@
|
||||
// 1(I) 8(D8/PB4)
|
||||
```
|
||||
|
||||
## 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:
|
||||
´´´
|
||||
macroblock
|
||||
macro A -LALT
|
||||
SET_META LSHIFT
|
||||
PRESS A
|
||||
CLEAR_ALL
|
||||
endmacro
|
||||
endblock
|
||||
´´´
|
||||
|
||||
## Issues
|
||||
|
||||
### Issue with Menu key (fixed in newer BCM64 versions)
|
||||
|
Loading…
Reference in New Issue
Block a user