DirtBagXon / hypjsch

Hypseus Joystick Configuration Helper

Home Page:https://discord.gg/dgCsCfmRfJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hypseus Singe

Hypseus Joystick Configuration Helper

This utility will perform the SDL joystick axis/button conversion to use in the hypinput.ini file of Hypseus Singe.

It will provide configuration details when multiple joysticks are detected.


This utility will provide adjusted config values automatically.
You do not need to perform the +1 addition to button/axis values, as described in the example config.


Connect your joystick(s), run the utility, see configuration examples based on joystick actions.

Windows binaries are provided in Releases.

Create alternate configurations for use with the -keymapfile argument.

Compile from source using make, this will produce:

hypjsch
hypjsch_cli

GUI:

hypjsch

CLI:

On remote sessions (via ssh), use the cli version hypjsch_cli:

2 joystick(s) found
Microsoft X-Box 360 pad:        Button: 001     - KEY_QUIT = SDLK_ESCAPE 0 001
Microsoft X-Box 360 pad:        Axis: 001       - KEY_DOWN = SDLK_DOWN 0 0 -001
Microsoft X-Box 360 pad:        Axis: 002       - KEY_DOWN = SDLK_DOWN 0 0 +002
DragonRise Inc. Generic:        Button: 106     - KEY_QUIT = SDLK_ESCAPE 0 106
DragonRise Inc. Generic:        Axis: 103       - KEY_DOWN = SDLK_DOWN 0 0 +103
DragonRise Inc. Generic:        Axis: 104       - KEY_DOWN = SDLK_DOWN 0 0 -104

GNU General Public License version 3

This program is free software: you can redistribute it and/or modify
it under the terms of the [GNU General Public License] as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
[GNU General Public License] for more details.

About

Hypseus Joystick Configuration Helper

https://discord.gg/dgCsCfmRfJ

License:GNU General Public License v3.0


Languages

Language:C++ 92.5%Language:C 5.4%Language:Makefile 2.1%