diff options
author | ishtob <ishtob@gmail.com> | 2019-07-30 02:58:43 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-29 23:58:43 -0700 |
commit | f2e0d38f1714b7c5343eda842fccc1aeb0e56c7e (patch) | |
tree | 689ebc19b4df476e97c3d600af88620b2d461ec2 /keyboards/hadron/config.h | |
parent | c57994f09e753ab1120c0b81dfbf8a524d85379c (diff) | |
download | qmk_firmware-f2e0d38f1714b7c5343eda842fccc1aeb0e56c7e.tar.gz |
[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
Diffstat (limited to 'keyboards/hadron/config.h')
-rw-r--r-- | keyboards/hadron/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hadron/config.h b/keyboards/hadron/config.h index 61e764748..3fc76b0b3 100644 --- a/keyboards/hadron/config.h +++ b/keyboards/hadron/config.h @@ -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 |