16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 14:39:18 +02:00

Merge pull request #67 from marcinn/new-uart-functions

(commands) add epbrakecontrolenable and epbrakecontroldisable
This commit is contained in:
Ryba04
2024-09-14 14:33:10 +02:00
committed by GitHub
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 } },