Closed amecreate closed 1 year ago
Take my comments with a grain of salt since I have no coding experience and have been troubleshooting and still have been unsuccessful with updating my macropad.
I ran into an issue where QMK was not finding config_common.h (https://github.com/thompson-vii/kb16_rev2_vial_fw/issues/16 ). I couldn't figure out what it was used for so I just deleted line 20 (#include "configcommon.h") in config.h ¯(ツ)_/¯.
Now I'm stuck again but thought I'd document my progress...
Seems to be fixed by https://github.com/thompson-vii/kb16_rev2_vial_fw/issues/21#issuecomment-1767707775
Followed this https://old.reddit.com/r/MechanicalKeyboards/comments/ya82hm/doio_kb16_megalodon_trip_knob_macroapd_has_been/izbwrvp/ to set up the file structure
Clone vial-qmk Clone https://github.com/thompson-vii/kb16_rev2_vial_fw Delete vial-qmk/keyboards/doio/kb16 Copy kb16 from the second clone to -> vial-qm/keyboards/doio/
Run make command and got the error:
./keyboards/doio/kb16/rev2/config.h:20:10: fatal error: config_common.h: No such file or directory 20 | #include "config_common.h" | ^
~~~~ compilation terminated.