From 7b754e1a5a902abd51ad314c68ef1606d89adf95 Mon Sep 17 00:00:00 2001 From: Sebastian Kaim Date: Thu, 26 Oct 2017 01:01:02 +0200 Subject: added bfake support as a subproject (#1903) * added bfake support as a subproject also moved existing bmini stuff to a subproject fixed columns minor keymap update making this a subproject remove old stuff got subproject stuff figured out * travis was upset because a board didn't have a default keymap --- keyboards/ps2avrGB/config.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'keyboards/ps2avrGB/config.h') diff --git a/keyboards/ps2avrGB/config.h b/keyboards/ps2avrGB/config.h index fc17b5d5e..6d44dc390 100644 --- a/keyboards/ps2avrGB/config.h +++ b/keyboards/ps2avrGB/config.h @@ -18,17 +18,12 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H +#include "config_common.h" + #define VENDOR_ID 0x20A0 #define PRODUCT_ID 0x422D -// TODO: share these strings with usbconfig.h -// Edit usbconfig.h to change these. -#define MANUFACTURER winkeyless.kr #define PRODUCT ps2avrGB -/* matrix size */ -#define MATRIX_ROWS 8 -#define MATRIX_COLS 15 - #define RGBLED_NUM 16 #define RGBLIGHT_ANIMATIONS -- cgit v1.2.3