mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 07:49:19 +02:00
build 190129. door control system enhancements, minor bug fixes
This commit is contained in:
@@ -551,6 +551,12 @@ drivermouse_input::default_bindings() {
|
||||
{ "stlinoff_bt:", {
|
||||
user_command::motorconnectorsopen,
|
||||
user_command::none } },
|
||||
{ "doorleftpermit_sw:", {
|
||||
user_command::doorpermitleft,
|
||||
user_command::none } },
|
||||
{ "doorrightpermit_sw:", {
|
||||
user_command::doorpermitright,
|
||||
user_command::none } },
|
||||
{ "door_left_sw:", {
|
||||
user_command::doortoggleleft,
|
||||
user_command::none } },
|
||||
@@ -569,6 +575,9 @@ drivermouse_input::default_bindings() {
|
||||
{ "doorrightoff_sw:", {
|
||||
user_command::doorcloseright,
|
||||
user_command::none } },
|
||||
{ "doorallon_sw:", {
|
||||
user_command::dooropenall,
|
||||
user_command::none } },
|
||||
{ "dooralloff_sw:", {
|
||||
user_command::doorcloseall,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user