summaryrefslogtreecommitdiff
path: root/midi_maps/midikb_wiimote.map
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2016-01-14 16:37:47 -0600
committerBen Loftis <ben@harrisonconsoles.com>2016-01-14 16:37:54 -0600
commitddb362fe170ce7c86c2e7504196b6b2959c374d7 (patch)
treec8279a8b1f7729a161f2a2eec1b2a52e6eb9e021 /midi_maps/midikb_wiimote.map
parent368be3585e0e3e06b6a07db79c4161afc707c86a (diff)
Generic MIDI: add ToggleRecEnable action, and change all maps to use that instead of separate rec-enable, rec-disable, which didnt work
Diffstat (limited to 'midi_maps/midikb_wiimote.map')
-rw-r--r--midi_maps/midikb_wiimote.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/midi_maps/midikb_wiimote.map b/midi_maps/midikb_wiimote.map
index 61b3fd0fc9..8c0c3b866e 100644
--- a/midi_maps/midikb_wiimote.map
+++ b/midi_maps/midikb_wiimote.map
@@ -43,7 +43,7 @@
<!-- one -->
<Binding channel="1" note="40" action="Editor/track-record-enable-toggle"/>
<!-- Two -->
-<Binding channel="1" note="41" function="rec-enable"/>
+<Binding channel="1" note="41" function="toggle-rec-enable"/>