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:
parent
4c035bbf16
commit
82218aabce
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue