GEIGEIGEIST / qmk-config-totem

QMK config for TOTEM split keyboard
14 stars 24 forks source link

Removed config_common.h include from config.h #2

Closed patrick-elmquist closed 1 year ago

patrick-elmquist commented 1 year ago

Get the following message in a loop when trying to build

quantum/config_common.h:19:9: note: #pragma message: 'config_common.h' should no longer be included!
 #pragma message("'config_common.h' should no longer be included!")

Removing the include allows the build to finish and everything is working fine.

Not sure if this is only valid for the latest versions of QMK, I use QMK as a submodule pointing to latest on master.