(commands) add radioenable and radiodisable commands

This commit is contained in:
maciejbaur
2022-09-28 22:13:54 +02:00
committed by Marcin Nowak
parent 31fd1dc56f
commit 7880063f5c
7 changed files with 39 additions and 2 deletions

View File

@@ -776,6 +776,12 @@ drivermouse_input::default_bindings() {
{ "radio_sw:", {
user_command::radiotoggle,
user_command::none } },
{ "radioon_sw:", {
user_command::radioenable,
user_command::none } },
{ "radiooff_sw:", {
user_command::radiodisable,
user_command::none } },
{ "radiochannel_sw:", {
user_command::radiochannelincrease,
user_command::radiochanneldecrease } },