compressor logic tweaks, battery cab controls, pump sounds

This commit is contained in:
tmj-fstate
2020-01-01 20:37:19 +01:00
parent 2b7f0af9ce
commit 10262f37dc
9 changed files with 102 additions and 15 deletions

View File

@@ -821,6 +821,12 @@ drivermouse_input::default_bindings() {
{ "battery_sw:", {
user_command::batterytoggle,
user_command::none } },
{ "batteryon_sw:", {
user_command::batteryenable,
user_command::none } },
{ "batteryoff_sw:", {
user_command::batterydisable,
user_command::none } },
{ "universal0:", {
user_command::generictoggle0,
user_command::none } },