]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/process_keycode/process_combo.c
Fixed various keymaps and the allocation of "key_combos" (#2526)
[qmk_firmware.git] / quantum / process_keycode / process_combo.c
index 1addd72e5ade966e121e8243a2b77d58f4787e4b..6e9c28e4fc0489cb95a2021cb2c25e8373c3b0d6 100644 (file)
@@ -22,7 +22,7 @@
 
 
 __attribute__ ((weak))
-combo_t key_combos[] = {
+combo_t key_combos[COMBO_COUNT] = {
 
 };