From 7cddcce23798937bf7373c7cb289a0a510fb1232 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 16 Dec 2019 19:20:33 +0000 Subject: Remove QMK_KEYBOARD_CONFIG_H from boards (#7635) --- keyboards/keebio/iris/rev1/config.h | 2 -- keyboards/keebio/iris/rev1_led/config.h | 2 -- keyboards/keebio/iris/rev2/config.h | 2 -- keyboards/keebio/iris/rev3/config.h | 2 -- 4 files changed, 8 deletions(-) (limited to 'keyboards/keebio/iris') diff --git a/keyboards/keebio/iris/rev1/config.h b/keyboards/keebio/iris/rev1/config.h index 12b4e098b..7b88fe5de 100644 --- a/keyboards/keebio/iris/rev1/config.h +++ b/keyboards/keebio/iris/rev1/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include QMK_KEYBOARD_CONFIG_H - /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 #define PRODUCT_ID 0x1256 diff --git a/keyboards/keebio/iris/rev1_led/config.h b/keyboards/keebio/iris/rev1_led/config.h index 3b3c999b8..ec78ef67f 100644 --- a/keyboards/keebio/iris/rev1_led/config.h +++ b/keyboards/keebio/iris/rev1_led/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include QMK_KEYBOARD_CONFIG_H - /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 #define PRODUCT_ID 0x1256 diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h index 938ff05f0..500b0fcbd 100644 --- a/keyboards/keebio/iris/rev2/config.h +++ b/keyboards/keebio/iris/rev2/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include QMK_KEYBOARD_CONFIG_H - /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 #define PRODUCT_ID 0x1256 diff --git a/keyboards/keebio/iris/rev3/config.h b/keyboards/keebio/iris/rev3/config.h index 6576ff683..eeb999ad4 100644 --- a/keyboards/keebio/iris/rev3/config.h +++ b/keyboards/keebio/iris/rev3/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include QMK_KEYBOARD_CONFIG_H - /* USB Device descriptor parameter */ #define VENDOR_ID 0xCB10 #define PRODUCT_ID 0x1256 -- cgit v1.2.3