Add VIA support for LazyDesigners Dimple. (#8447)
* Assign unique VID to LazyDesigners' boards * Add VIA support for LazyDesigners Dimple * Apply @fauxpark's suggestions Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
ece14278ef
commit
61da615308
6 changed files with 37 additions and 4 deletions
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define VENDOR_ID 0x4C44 // "LD"
|
||||
#define PRODUCT_ID 0x0040
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER LazyDesigners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue