[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user