58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
## Path: Hardware/Joystick
|
|
## Description: Joystick cofigurations
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: joystick
|
|
#
|
|
# Gameport module names
|
|
# (typically "ns558" for legacy gameport support)
|
|
#
|
|
GAMEPORT_MODULE_0=""
|
|
GAMEPORT_MODULE_1=""
|
|
GAMEPORT_MODULE_2=""
|
|
GAMEPORT_MODULE_3=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Joystick module names
|
|
# (typically "analog")
|
|
#
|
|
JOYSTICK_MODULE_0=""
|
|
JOYSTICK_MODULE_1=""
|
|
JOYSTICK_MODULE_2=""
|
|
JOYSTICK_MODULE_3=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Joystick module options
|
|
# (e.g. "js=gameport" for analog)
|
|
#
|
|
JOYSTICK_MODULE_OPTION_0=""
|
|
JOYSTICK_MODULE_OPTION_1=""
|
|
JOYSTICK_MODULE_OPTION_2=""
|
|
JOYSTICK_MODULE_OPTION_3=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Control name of sound driver to activate (via alsactl)
|
|
# e.g. "yes" (alias "Joystick") or "Joystick Enable"
|
|
#
|
|
JOYSTICK_CONTROL_0=""
|
|
JOYSTICK_CONTROL_1=""
|
|
JOYSTICK_CONTROL_2=""
|
|
JOYSTICK_CONTROL_3=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Port to be used (via alsactl)
|
|
# Some soundcard like ens1371 needs the port address (typically 0x200)
|
|
#
|
|
JOYSTICK_CONTROL_PORT_0=""
|
|
JOYSTICK_CONTROL_PORT_1=""
|
|
JOYSTICK_CONTROL_PORT_2=""
|
|
JOYSTICK_CONTROL_PORT_3=""
|