[Keyboard] Assign unique vendor ID and product ID for hadron (#5184)
* assigned unique vander and product ID to hadron * fix v2 compiled firmware size issue
This commit is contained in:
parent
c57994f09e
commit
f2e0d38f17
2 changed files with 2 additions and 25 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 0x6060
|
||||
#define VENDOR_ID 0xFB30
|
||||
#define PRODUCT_ID 0x5F37
|
||||
#define MANUFACTURER ishtob
|
||||
#define PRODUCT Hadron Keyboard
|
||||
#define DESCRIPTION A low profile ortholinear keyboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue