summaryrefslogtreecommitdiff
path: root/quantum/template/ps2avrgb
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-07-18 17:16:57 -0700
committerDrashna Jaelre <drashna@live.com>2018-07-18 17:16:57 -0700
commitbc7fe1223d88faa61bdbf4fd4e40088a5691d179 (patch)
treee7eeb8942afad28dd588c7289245d0cedf51324d /quantum/template/ps2avrgb
parentf804bd3d2db2b6f744dd590c8e3cbce153d8f6b7 (diff)
Add #include "config_common.h" after #pragma once to config.h templates (#3444)
Diffstat (limited to 'quantum/template/ps2avrgb')
-rw-r--r--quantum/template/ps2avrgb/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h
index d528314cb4..d2c83781fa 100644
--- a/quantum/template/ps2avrgb/config.h
+++ b/quantum/template/ps2avrgb/config.h
@@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
+#include "config_common.h"
+
#define VENDOR_ID 0x20A0
#define PRODUCT_ID 0x422D
#define MANUFACTURER You