mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 16:45:08 -05:00
Update README.md
This commit is contained in:
parent
594150171a
commit
f5cf17198a
@ -69,10 +69,10 @@
|
|||||||
- For bigger matrices use Arduino Micro (24 usable IO pins) https://www.40percent.club/2017/10/green-arduino-micro.html (The largest matrix you can do with a Pro Micro with its 18 pins is 9x9, 81 keys.)
|
- For bigger matrices use Arduino Micro (24 usable IO pins) https://www.40percent.club/2017/10/green-arduino-micro.html (The largest matrix you can do with a Pro Micro with its 18 pins is 9x9, 81 keys.)
|
||||||
|
|
||||||
## 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 modifiers. This writes shifted A when only a-key is pressed:
|
||||||
```
|
```
|
||||||
macroblock
|
macroblock
|
||||||
macro A -LALT
|
macro A -ALL
|
||||||
SET_META LSHIFT
|
SET_META LSHIFT
|
||||||
PRESS A
|
PRESS A
|
||||||
CLEAR_ALL
|
CLEAR_ALL
|
||||||
|
Loading…
Reference in New Issue
Block a user