(commands) add epbrakecontrolenable and epbrakecontroldisable

This commit is contained in:
Marcin Nowak
2024-08-03 00:17:26 +02:00
parent 663ab0821c
commit 001ca76990
6 changed files with 44 additions and 0 deletions

View File

@@ -638,6 +638,12 @@ drivermouse_input::default_bindings() {
{ "epbrake_bt:",{
user_command::epbrakecontroltoggle,
user_command::none } },
{ "epbrakeon_bt:",{
user_command::epbrakecontrolenable,
user_command::none } },
{ "epbrakeoff_bt:",{
user_command::epbrakecontroldisable,
user_command::none } },
{ "sand_bt:", {
user_command::sandboxactivate,
user_command::none } },