diff options
author | Brian Choromanski <BrianChoromanski@gmail.com> | 2018-03-16 16:20:09 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-16 16:20:09 -0400 |
commit | 6c74d734c274f70ce72150ecbd844f8eff5040c4 (patch) | |
tree | 2e675ef4f061ae47f27f854f7659692f54646453 /quantum/process_keycode/process_combo.c | |
parent | ad1a868701102fdf031c2d187b7fb9b656040fc6 (diff) | |
download | qmk_firmware-6c74d734c274f70ce72150ecbd844f8eff5040c4.tar.gz qmk_firmware-6c74d734c274f70ce72150ecbd844f8eff5040c4.zip |
Fixed various keymaps and the allocation of "key_combos" (#2526)
* Fixed plank keymaps so that they will compile for planck light
* tv44:budi now compiles
* s60_x:amnesia0287 now compiles
* Fixed allocation of key_combos so that narze keymap for planck can compile correctly
* Disabled rgb on ergodone and infinity
* Enabled tap dance so it compiles
* Added return statement so it compiles
* If compiling on light disable extra functionality
* Properly redefined variable so it compiles
Diffstat (limited to 'quantum/process_keycode/process_combo.c')
-rw-r--r-- | quantum/process_keycode/process_combo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_combo.c b/quantum/process_keycode/process_combo.c index 1addd72e5..6e9c28e4f 100644 --- a/quantum/process_keycode/process_combo.c +++ b/quantum/process_keycode/process_combo.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | 23 | ||
24 | __attribute__ ((weak)) | 24 | __attribute__ ((weak)) |
25 | combo_t key_combos[] = { | 25 | combo_t key_combos[COMBO_COUNT] = { |
26 | 26 | ||
27 | }; | 27 | }; |
28 | 28 | ||