[Docs] Make Code Examples Consistent On Combo Page (#6078)

pull/6082/head
Alex Mayer 5 years ago committed by Drashna Jaelre
parent a63e2abc9c
commit b2f7915994

@ -29,6 +29,7 @@ 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};

Loading…
Cancel
Save