Type for leader dictionary in readme incorrect.

Added array so that type is a pointer instead of a single entry.
pull/389/head
Kethku 7 years ago committed by GitHub
parent 329c133638
commit 52de40905c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ static void leaderTX() {
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