update VID and PID for h87a (#7100)
This commit is contained in:
parent
454c99d128
commit
d60b193932
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x0000
|
||||
#define VENDOR_ID 0x04D8
|
||||
#define PRODUCT_ID 0xECE9
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER hineybush
|
||||
#define MANUFACTURER hineybush keyboards
|
||||
#define PRODUCT h87a
|
||||
#define DESCRIPTION QMK-programmable TKL PCB for custom keyboards
|
||||
|
||||
|
|
Loading…
Reference in a new issue