Add Via support for Percent Canoe (#9276)
* Add Via support for Percent Canoe * Removed unnecessary flags from rules.mk * Changes as per PR * Added 2 additional empty layers (for a total of 4) * Set a unique vendor id for all percent studio boards * Set a unique product id for the canoe * Fixed formatting, removed trailing comma * Fixed PS/PT typo for vendor id * Removed unnecessary variables * Removed unnecessary slashes * Fixed missing layer name
This commit is contained in:
parent
232b9dabbe
commit
e84e9a2004
6 changed files with 59 additions and 6 deletions
|
@ -20,8 +20,8 @@ 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 PRODUCT_ID 0x0000
|
||||
#define VENDOR_ID 0x5053 /* PS */
|
||||
#define PRODUCT_ID 0x4253
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Percent Studio
|
||||
#define PRODUCT Booster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue