added missing ; on example (#5089)

pull/5092/head
Joshua Bragge 6 years ago committed by MechMerlin
parent 932d96ad56
commit e251850cd8

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

Loading…
Cancel
Save