mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Separate buttons for openning and closing pant valve
This commit is contained in:
@@ -854,6 +854,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