change defautl key type

This commit is contained in:
phdlee 2018-01-25 23:31:47 +09:00
parent 020b34e504
commit 981db341db
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ enum KSTYPE {IDLE, CHK_DIT, CHK_DAH, KEYED_PREP, KEYED, INTER_ELEMENT };
static long ktimer;
bool Iambic_Key = false;
bool Iambic_Key = true;
unsigned char keyerControl = IAMBICB;
unsigned char keyerState = IDLE;