X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fplanck%2Fconfig.h;h=ebaf3fb641a4eff6cd97c15eb64e86f4dc63543a;hb=a729d852fe502d62e09bab1a31f49b738f8892e4;hp=5cf96bb88cb02c72525f8528587f0da00c7df4a2;hpb=8f8d10475956a17953f6db4db3f3b50bd795c0d8;p=qmk_firmware.git diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 5cf96bb88..ebaf3fb64 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -37,6 +37,7 @@ along with this program. If not, see . #define UNUSED_PINS #define AUDIO_VOICES +#define C6_AUDIO #define BACKLIGHT_PIN B7 @@ -80,11 +81,6 @@ along with this program. If not, see . //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#ifdef SUBPROJECT_rev3 - #include "rev3/config.h" -#endif -#ifdef SUBPROJECT_rev4 - #include "rev4/config.h" -#endif +#include QMK_SUBPROJECT_CONFIG_H #endif