Skip to content

Commit 121c430

Browse files
authored
Add LED driver info.
1 parent 5eb305d commit 121c430

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ For most content types, there is a startup sequence that will do the program loa
6868
* Fit to content
6969
* Pressing **R3** will zoom in to the actual content, cropping black/single-colored borders
7070
* Borders can be cropped completely (default) or using a margin configurable among core options
71+
* LED driver support, add following to `retroarch.cfg` to use Scroll Lock led for floppy activity:
72+
```shell
73+
led_driver="keyboard"
74+
led1_map = "-1"
75+
led2_map = "-1"
76+
led3_map = "2"
77+
```
7178

7279
## Using the core
7380

0 commit comments

Comments
 (0)