From bc7fe1223d88faa61bdbf4fd4e40088a5691d179 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Wed, 18 Jul 2018 17:16:57 -0700 Subject: Add #include "config_common.h" after #pragma once to config.h templates (#3444) --- quantum/template/ps2avrgb/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'quantum/template/ps2avrgb') diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index d528314cb..d2c83781f 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h @@ -17,6 +17,8 @@ along with this program. If not, see . #pragma once +#include "config_common.h" + #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422D #define MANUFACTURER You -- cgit v1.2.3