added missing ; on example (#5089)

This commit is contained in:
Joshua Bragge 2019-02-09 10:18:08 -07:00 committed by MechMerlin
parent 932d96ad56
commit e251850cd8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ If you want to add a list, then you'd use something like this:
enum combos {
AB_ESC,
JK_TAB
}
};
const uint16_t PROGMEM ab_combo[] = {KC_A, KC_B, COMBO_END};
const uint16_t PROGMEM jk_combo[] = {KC_J, KC_K, COMBO_END};