16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 06:49:19 +02:00

(commands) add timetablelightenable and timetablelightdisable commands

This commit is contained in:
Marcin Nowak
2022-09-28 23:56:10 +02:00
parent 57dbcf79e1
commit 1d34194453
7 changed files with 46 additions and 1 deletions

View File

@@ -872,6 +872,12 @@ drivermouse_input::default_bindings() {
{ "timetablelight_sw:", {
user_command::timetablelighttoggle,
user_command::none } },
{ "timetablelighton_sw:", {
user_command::timetablelightenable,
user_command::none } },
{ "timetablelightoff_sw:", {
user_command::timetablelightdisable,
user_command::none } },
{ "cablight_sw:", {
user_command::interiorlighttoggle,
user_command::none } },