diff options
author | holtenc <holtenc@primekb.com> | 2020-02-24 08:19:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 14:19:27 +0000 |
commit | f673c965ba79f5354c1634466ef2167304ce9f35 (patch) | |
tree | ad29912aff4d1d92a5ba27640dd5054502fbc7db /keyboards/primekb/prime_l/v1 | |
parent | a2c0c1479cbe527cfa223b4957d230bf1e8a431f (diff) |
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 <drashna@live.com>
* Add prime_exl_plus keyboard
* Temporary removal of prime_exl_plus
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/primekb/prime_l/v1')
-rw-r--r-- | keyboards/primekb/prime_l/v1/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #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 <http://www.gnu.org/licenses/>. #define BACKLIGHT_PIN B6 /*#define BACKLIGHT_BREATHING*/ -#define BACKLIGHT_LEVELS 4
\ No newline at end of file +#define BACKLIGHT_LEVELS 4 |