mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
basic motor blowers implementation
This commit is contained in:
@@ -217,6 +217,10 @@ driverkeyboard_input::default_bindings() {
|
||||
{ user_command::batterytoggle, GLFW_KEY_J },
|
||||
// batteryenable,
|
||||
// batterydisable,
|
||||
{ user_command::motorblowerstogglefront, GLFW_KEY_N | keymodifier::shift },
|
||||
{ user_command::motorblowerstogglerear, GLFW_KEY_M | keymodifier::shift },
|
||||
{ user_command::motorblowersdisableall, GLFW_KEY_M | keymodifier::control }
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user