From: c vw Date: Wed, 21 Jul 2021 07:25:27 +0000 (+0200) Subject: removed PTT_KEYER since this was the same as PTT X-Git-Url: https://git.rkrishnan.org/pf/content/en/service//%22%3C?a=commitdiff_plain;h=e5084f32cdfdc8e0f550241f86fee74fd7157e23;p=pihpsdr.git removed PTT_KEYER since this was the same as PTT --- diff --git a/actions.c b/actions.c index ce43624..370c76e 100644 --- a/actions.c +++ b/actions.c @@ -139,7 +139,6 @@ ACTION_TABLE ActionTable[] = { {PREAMP, "PREAMP\nON/OFF", "PRE", MIDI_KEY | CONTROLLER_SWITCH}, {PS, "PS ON/OFF", "PS", MIDI_KEY | CONTROLLER_SWITCH}, {PTT, "PTT", "PTT", MIDI_KEY | CONTROLLER_SWITCH}, - {PTT_KEYER, "PTT(keyer)", NULL, MIDI_KEY}, {RF_GAIN, "RF GAIN", NULL, MIDI_KNOB | MIDI_WHEEL | CONTROLLER_ENCODER}, {RF_GAIN_RX1, "RF GAIN\nRX1", NULL, MIDI_KNOB | MIDI_WHEEL | CONTROLLER_ENCODER}, {RF_GAIN_RX2, "RF GAIN\nRX2", NULL, MIDI_KNOB | MIDI_WHEEL | CONTROLLER_ENCODER}, diff --git a/actions.h b/actions.h index 52bdd97..b9c0678 100644 --- a/actions.h +++ b/actions.h @@ -105,7 +105,6 @@ enum ACTION { PREAMP, PS, PTT, - PTT_KEYER, RF_GAIN, RF_GAIN_RX1, RF_GAIN_RX2,