Skip to content

Commit

Permalink
Add custom keybind settings instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
XK9274 authored Oct 14, 2023
1 parent ca6b3cb commit d4627e0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Moonlight for the Miyoo Mini Plus is currently at v1.0.
- [Download Latest Version](https://github.com/XK9274/moonlight-app-miyoo/releases)
- [Changelog](https://github.com/XK9274/moonlight-app-miyoo/blob/main/README.md#changelog)
- [FAQ](https://github.com/XK9274/moonlight-app-miyoo/tree/main#frequently-asked-questions-faq)
- [Custom Settings/Keybinds](https://github.com/XK9274/moonlight-app-miyoo/tree/main#frequently-asked-questions-faq)
- [Credits](https://github.com/XK9274/moonlight-app-miyoo#credits)

---
Expand Down Expand Up @@ -56,6 +57,34 @@ This project is in its early stages and has bugs. This is not restricted to Nvid

---

## Custom keybinds/cpuclock value

To set up your custom keybinds, you'll currently need to open the file `/mnt/SDCARD/App/moonlight/config/settings.json`

The file will contain:

```json
{
"A": "SPACE",
"B": "BACKSPACE",
"X": "X",
"Y": "Y",
"L1": "E",
"L2": "Q",
"R1": "T",
"R2": "P",
"LeftDpad": "LEFT",
"RightDpad": "RIGHT",
"UpDpad": "UP",
"DownDpad": "DOWN",
"Start": "RETURN",
"Select": "M",
"Menu": "ESCAPE",
"cpuclock": "1700"
}
```
Keybind values will have to be set based on their SDLK value, you can find the full list here: [SDLK Common names](https://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlkey.html)

## To Do

- Custom keybinds
Expand Down

0 comments on commit d4627e0

Please sign in to comment.