Skip to content

Commit

Permalink
Add LED driver info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Feb 10, 2023
1 parent 5eb305d commit 121c430
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ For most content types, there is a startup sequence that will do the program loa
* Fit to content
* Pressing **R3** will zoom in to the actual content, cropping black/single-colored borders
* Borders can be cropped completely (default) or using a margin configurable among core options
* LED driver support, add following to `retroarch.cfg` to use Scroll Lock led for floppy activity:
```shell
led_driver="keyboard"
led1_map = "-1"
led2_map = "-1"
led3_map = "2"
```

## Using the core

Expand Down

0 comments on commit 121c430

Please sign in to comment.