From fa80accccbe57abd8da583c3f0d369d591f17357 Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Fri, 21 Feb 2020 15:30:27 +0000 Subject: [PATCH] fix binding of LFO plugin on/off --- json_objects/keypad_action_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_objects/keypad_action_mapping.json b/json_objects/keypad_action_mapping.json index 8759b49..f125f0f 100644 --- a/json_objects/keypad_action_mapping.json +++ b/json_objects/keypad_action_mapping.json @@ -30,7 +30,7 @@ "CONFIRM": ["perform_confirm_action"], "NAV_DETOUR": ["toggle_detour_play"], "PLAY_SHADER": ["toggle_shaders", "toggle_shader_speed"], - "LFOMODU": ["toggle_lfo_active"] + "NAV_LFO": ["toggle_lfo_active"] }, "d": { "DEFAULT": ["switch_to_next_player", "toggle_player_mode"],