aboutsummaryrefslogtreecommitdiffhomepage
path: root/monster.cfg
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2018-03-09 16:25:38 +0100
committercbdev <cb@cbcdn.com>2018-03-09 16:25:38 +0100
commit8013252035a63b6133cb6dc5b0c64d97bf39b96d (patch)
treec48592b312b7a0544d5f6d39ef71c15160fe4390 /monster.cfg
parent978cfdfda1ab427b67ebb32eaa1ea2c07a711b41 (diff)
downloadmidimonster-8013252035a63b6133cb6dc5b0c64d97bf39b96d.tar.gz
midimonster-8013252035a63b6133cb6dc5b0c64d97bf39b96d.tar.bz2
midimonster-8013252035a63b6133cb6dc5b0c64d97bf39b96d.zip
Implement evdev device matching by name
Diffstat (limited to 'monster.cfg')
-rw-r--r--monster.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/monster.cfg b/monster.cfg
index 8412e8c..34acbce 100644
--- a/monster.cfg
+++ b/monster.cfg
@@ -10,10 +10,10 @@ bind = 0.0.0.0
[artnet art]
universe = 1
-dest = 10.2.2.255
+dest = 129.13.215.0
[evdev in]
-input = /dev/input/event14
+input = Xbox Wireless Controller
[midi midi]
@@ -28,3 +28,7 @@ in.EV_ABS.ABS_X > sacn.1+2
in.EV_ABS.ABS_Y > sacn.3
in.EV_ABS.ABS_X > art.1+2
in.EV_ABS.ABS_Y > art.3
+in.EV_KEY.BTN_THUMBL > sacn.4
+in.EV_KEY.BTN_THUMBR > sacn.5
+in.EV_ABS.ABS_GAS > sacn.6+7
+in.EV_ABS.ABS_BRAKE > sacn.8