Skip to content

Commit

Permalink
added missing ; on example (qmk#5089)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabragge authored and Michael Copland committed Sep 26, 2019
1 parent 734725b commit b8e8431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_combo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit b8e8431

Please sign in to comment.