Browse Source

update VID and PID for h87a (#7100)

pull/7066/head
Josh Hinnebusch 4 years ago
committed by Joel Challis
parent
commit
d60b193932
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      keyboards/hineybush/h87a/config.h

+ 3
- 3
keyboards/hineybush/h87a/config.h View File

@ -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…
Cancel
Save