Merge pull request #6 from Kethku/patch-1

Type for leader dictionary in readme incorrect.
pull/389/head
Gergely Nagy 7 years ago committed by GitHub
commit ed70ccb529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ static void leaderTX(uint8_t seq_index) {
Serial.println("leaderTX");
}
static const kaleidoscope::Leader::dictionary_t leader_dictionary PROGMEM =
static const kaleidoscope::Leader::dictionary_t leader_dictionary[] PROGMEM =
LEADER_DICT({LEADER_SEQ(LEAD(0), Key_A), leaderA},
{LEADER_SEQ(LEAD(0), Key_T, Key_X), leaderTX});

Loading…
Cancel
Save