diff options
author | Josh Hinnebusch <joshhinnebusch@gmail.com> | 2019-10-22 09:39:15 -0400 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-10-22 14:39:15 +0100 |
commit | d60b193932d86a01230679905106d9ae016e7a24 (patch) | |
tree | 7e284ddd5f7887878286e0a442ddd12de628e9d6 /keyboards/hineybush/h87a | |
parent | 454c99d128af8b21d3d54d3c376eb684db73faa0 (diff) | |
download | firmware-d60b193932d86a01230679905106d9ae016e7a24.tar.gz firmware-d60b193932d86a01230679905106d9ae016e7a24.tar.bz2 firmware-d60b193932d86a01230679905106d9ae016e7a24.zip |
update VID and PID for h87a (#7100)
Diffstat (limited to 'keyboards/hineybush/h87a')
-rw-r--r-- | keyboards/hineybush/h87a/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hineybush/h87a/config.h b/keyboards/hineybush/h87a/config.h index 245e6eda8..5a1e6d366 100644 --- a/keyboards/hineybush/h87a/config.h +++ b/keyboards/hineybush/h87a/config.h @@ -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 |