mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 11:09:18 +02:00
(commands) add dashboardlightenable and dashboardlightdisable commands
This commit is contained in:
@@ -869,6 +869,12 @@ drivermouse_input::default_bindings() {
|
||||
{ "dashboardlight_sw:", {
|
||||
user_command::dashboardlighttoggle,
|
||||
user_command::none } },
|
||||
{ "dashboardlighton_sw:", {
|
||||
user_command::dashboardlightenable,
|
||||
user_command::none } },
|
||||
{ "dashboardlightoff_sw:", {
|
||||
user_command::dashboardlightdisable,
|
||||
user_command::none } },
|
||||
{ "timetablelight_sw:", {
|
||||
user_command::timetablelighttoggle,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user