diff options
author | Adam Gwilliam <adamgwilliam@gmail.com> | 2020-08-18 16:36:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 14:36:46 -0700 |
commit | 5aa55a715420a4977562c21ae4f76870024e8c42 (patch) | |
tree | ecbd5286855b053b372f7064db0e88305c07e748 /keyboards/boardsource/3x4/config.h | |
parent | 03090d657148dcad87f4ad51bba4a13f078a8083 (diff) |
add VIA keymap for boardsource/3x4 (#10043)
* via keymap for boardsource/3x4
* fix formatting
* Apply suggestions from code review
fix rules.mk
* Update keyboards/boardsource/3x4/rules.mk
* use unique product ID
* update vendor id to be unique, update product id to make more sense
Diffstat (limited to 'keyboards/boardsource/3x4/config.h')
-rw-r--r-- | keyboards/boardsource/3x4/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boardsource/3x4/config.h b/keyboards/boardsource/3x4/config.h index 95c6f9ac27..93ce004efb 100644 --- a/keyboards/boardsource/3x4/config.h +++ b/keyboards/boardsource/3x4/config.h @@ -5,8 +5,8 @@ #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xF7E0 -#define PRODUCT_ID 0x0412 +#define VENDOR_ID 0x4273 // "Bs" - Boardsource +#define PRODUCT_ID 0x0304 // 3x4 #define DEVICE_VER 0x0000 #define MANUFACTURER Boardsource #define PRODUCT 3x4 |