ttwrplus: enable macro menu

Modified keyboard mapping to enable macro menu, interface is still
broken as the T-TWR Plus is missing a keyboard.
Now the volume down key, mapped as the MONI button can be also used to
set the squelch level.

TG-553
This commit is contained in:
Niccolò Izzo 2023-08-21 18:30:57 +02:00 committed by Silvano Seva
parent 4c035bbf16
commit 82218aabce
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ static void gpio_keys_cb_handler(struct input_event *evt)
switch(evt->code)
{
case INPUT_KEY_VOLUMEDOWN:
keyCode = KEY_DOWN;
keyCode = KEY_MONI;
break;
case INPUT_BTN_START: