]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
added missing ; on example (#5089)
authorJoshua Bragge <joshuabragge@hotmail.com>
Sat, 9 Feb 2019 17:18:08 +0000 (10:18 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sat, 9 Feb 2019 17:18:08 +0000 (09:18 -0800)
docs/feature_combo.md

index 05ffc0d725771d4e2bd08fad5cdf31393d5a81f1..a2fd1423c88793548da503488a718d509647e335 100644 (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};