Last active
May 26, 2022 23:59
-
-
Save maks/e8e1aa2e3f1b187a390e9cae533265be to your computer and use it in GitHub Desktop.
config for m8c on Odroid go super to use more ergonomic buttons for start and select
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[graphics] | |
fullscreen=false | |
use_gpu=true | |
idle_ms=20 | |
[keyboard] | |
key_up=82 | |
key_left=80 | |
key_down=81 | |
key_right=79 | |
key_select=225 | |
key_select_alt=4 | |
key_start=44 | |
key_start_alt=22 | |
key_opt=226 | |
key_opt_alt=29 | |
key_edit=224 | |
key_edit_alt=27 | |
key_delete=76 | |
key_reset=21 | |
[gamepad] | |
gamepad_up=11 | |
gamepad_left=13 | |
gamepad_down=12 | |
gamepad_right=14 | |
gamepad_select=16 | |
gamepad_start=17 | |
gamepad_opt=1 | |
gamepad_edit=0 | |
gamepad_analog_threshold=32766 | |
gamepad_analog_invert=false | |
gamepad_analog_axis_updown=1 | |
gamepad_analog_axis_leftright=0 | |
gamepad_analog_axis_select=4 | |
gamepad_analog_axis_start=5 | |
gamepad_analog_axis_opt=-1 | |
gamepad_analog_axis_edit=-1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a OGS running the default ubuntu-based image this file lives in:
/home/odroid/.local/share/m8c/config.ini