mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 15:49:19 +02:00
Separate buttons for openning and closing pant valve
This commit is contained in:
@@ -848,6 +848,12 @@ drivermouse_input::default_bindings() {
|
||||
{ "pantvalves_sw:", {
|
||||
user_command::pantographvalvesupdate,
|
||||
user_command::pantographvalvesoff } },
|
||||
{ "pantvalvesupdate_bt:", {
|
||||
user_command::pantographvalvesupdate,
|
||||
user_command::none}},
|
||||
{ "pantvalvesoff_bt:", {
|
||||
user_command::pantographvalvesoff,
|
||||
user_command::none}},
|
||||
{ "pantcompressor_sw:", {
|
||||
user_command::pantographcompressoractivate,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user