1
0
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:
Jarno Lehtinen 2023-02-11 23:15:35 +02:00 committed by GitHub
parent b820e3d382
commit f6ac147c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)