From f673c965ba79f5354c1634466ef2167304ce9f35 Mon Sep 17 00:00:00 2001 From: holtenc Date: Mon, 24 Feb 2020 08:19:27 -0600 Subject: Add VIA support for Prime_L (#8233) * Add VIA support for Prime_L * Update keyboards/primekb/prime_l/v1/config.h Co-Authored-By: Drashna Jaelre * Add prime_exl_plus keyboard * Temporary removal of prime_exl_plus Co-authored-by: Drashna Jaelre --- keyboards/primekb/prime_l/v1/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/primekb/prime_l/v1/config.h') diff --git a/keyboards/primekb/prime_l/v1/config.h b/keyboards/primekb/prime_l/v1/config.h index b9ca563645..afa8c62460 100644 --- a/keyboards/primekb/prime_l/v1/config.h +++ b/keyboards/primekb/prime_l/v1/config.h @@ -21,6 +21,7 @@ along with this program. If not, see . #include "config_common.h" /* USB Device descriptor parameter */ +#define PRODUCT_ID 0x504C #define DEVICE_VER 0x0001 #define PRODUCT Prime_L V1 @@ -31,4 +32,4 @@ along with this program. If not, see . #define BACKLIGHT_PIN B6 /*#define BACKLIGHT_BREATHING*/ -#define BACKLIGHT_LEVELS 4 \ No newline at end of file +#define BACKLIGHT_LEVELS 4 -- cgit v1.2.3