From 994852712dbd183e2c764d624ae8ba7d3efb385a Mon Sep 17 00:00:00 2001 From: kwerdenker Date: Wed, 13 Feb 2019 01:48:05 +0100 Subject: [Keymap] Plain60 rgb (#5104) * Fix compile error if not used with VIA * Add keymap with support for RGB * Integrate changes from PR code review --- keyboards/plain60/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/plain60/config.h') diff --git a/keyboards/plain60/config.h b/keyboards/plain60/config.h index 763aeff08..5dd784887 100644 --- a/keyboards/plain60/config.h +++ b/keyboards/plain60/config.h @@ -17,7 +17,7 @@ along with this program. If not, see . #pragma once -#include QMK_KEYBOARD_CONFIG_H +#include "config_common.h" /* USB Device descriptor parameter */ #define VENDOR_ID 0x4705 -- cgit v1.2.3-24-g4f1b