xboxdrv/examples/constfilter.xboxdrv
2011-08-07 02:06:54 +02:00

39 lines
633 B
Text

# Const Filter
# ============
#
# Simple configuration that uses the joystick buttons 0, 1, 2 and 3 to
# signal which configuration is currently active.
[xboxdrv]
ui-clear = true
# extra-devices = false
# extra-events = false
toggle = guide
[ui-buttonmap]
a^const:1 = JS_0
############## snip ##############
[xboxdrv]
next=true
ui-clear = true
[ui-buttonmap]
a^const:1 = JS_1
############## snip ##############
[xboxdrv]
next=true
ui-clear = true
[ui-buttonmap]
a^const:1 = JS_2
############## snip ##############
[xboxdrv]
next=true
ui-clear = true
[ui-buttonmap]
a^const:1 = JS_3
############## snip ##############
# EOF #