Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RowdyVoyeur committed Jun 3, 2024
1 parent e231f87 commit 4082d73
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,21 +355,21 @@ ln -s ~/m8c-rpi4/gamecontrollerdb.txt .

- The following keys should work straight away:

| Key(s) | Alternative | Command |
| --- | --- | --- |
| Up Arrow | - | [UP] |
| Down Arrow | - | [DOWN] |
| Left Arrow | - | [LEFT] |
| Right Arrow | - | [RIGHT] |
| z | Left Shift | [SHIFT] |
| x | Space | [START] |
| a | Left Alt | [OPTION] |
| s | Left Ctrl | [EDIT] |
| Alt + Enter | - | Toggle Full Screen / Windowed |
| Alt + F4 | - | Quit M8C |
| Delete | [OPTION] + [EDIT] | Delete row |
| Esc | - | Toggle Keyjazz On / Off |
| r | [SELECT]+[START]+[OPTION]+[EDIT] | Reset Display |
| Key(s) | Alternative | Command |
| --- | --- | --- |
| Up Arrow | - | [UP] |
| Down Arrow | - | [DOWN] |
| Left Arrow | - | [LEFT] |
| Right Arrow | - | [RIGHT] |
| z | Left Shift | [SHIFT] |
| x | Space | [START] |
| a | Left Alt | [OPTION] |
| s | Left Ctrl | [EDIT] |
| Alt + Enter | - | Toggle Full Screen / Windowed |
| Alt + F4 | - | Quit M8C |
| Delete | [OPTION] + [EDIT] | Delete row |
| Esc | - | Toggle Keyjazz On / Off |
| r | [SELECT]+[START]+[OPTION]+[EDIT] | Reset Display |

- You may want to edit the `[keyboard]` section of the `config.ini` file found in `.local/share/m8c` to customise your keys. In this case, use the Decimal Values listed in the first column of this [table](https://github.com/libsdl-org/sdlwiki/blob/main/SDL2/SDLScancodeLookup.mediawiki).

Expand Down Expand Up @@ -405,8 +405,7 @@ patchbox module activate m8c-rpi4-module

44. Here's how to configure MIDI if you're using **Patchbox OS 2024-04-04** and [Patchbox module](https://github.com/RowdyVoyeur/m8c-rpi4-module):

- After installing the [Patchbox module](https://github.com/RowdyVoyeur/m8c-rpi4-module),you can customise your MIDI connections by editing the file [amidiminder.rules
](https://github.com/RowdyVoyeur/m8c-rpi4-module/blob/main/amidiminder.rules). Just follow these [instructions](https://github.com/RowdyVoyeur/m8c-rpi4-module#midi-configuration);
- After installing the [Patchbox module](https://github.com/RowdyVoyeur/m8c-rpi4-module),you can customise your MIDI connections by editing the file [amidiminder.rules](https://github.com/RowdyVoyeur/m8c-rpi4-module/blob/main/amidiminder.rules). Just follow these [instructions](https://github.com/RowdyVoyeur/m8c-rpi4-module#midi-configuration);

- This setup works exclusively with this [Patchbox module](https://github.com/RowdyVoyeur/m8c-rpi4-module). So, if you switch modules, these settings should not have any effect;

Expand Down

0 comments on commit 4082d73

Please sign in to comment.