diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-29 16:12:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-29 16:12:19 +0000 |
commit | ae6a3ae20e7b8556b50fd9ae9704eff2c69a55e8 (patch) | |
tree | cc646d57925cf83a5c59893842d6946147b0b2fd /keyboards | |
parent | 5bb736d1d6c0241fd58fc0b1254cbe5c7bafeb88 (diff) | |
parent | 441fd2ca5b942ea93d2345d1181ed76a95fd8ae7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/jones/v03/config.h | 2 | ||||
-rw-r--r-- | keyboards/jones/v03_1/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jones/v03/config.h b/keyboards/jones/v03/config.h index 0ff82e8d37..7a37fc1f3d 100644 --- a/keyboards/jones/v03/config.h +++ b/keyboards/jones/v03/config.h @@ -20,7 +20,7 @@ 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 VENDOR_ID 0xB9DD #define PRODUCT_ID 0x175A #define DEVICE_VER 0x0030 #define MANUFACTURER jpskenn diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index c1d6a577fc..1b67b6b58f 100644 --- a/keyboards/jones/v03_1/config.h +++ b/keyboards/jones/v03_1/config.h @@ -20,7 +20,7 @@ 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 VENDOR_ID 0xB9DD #define PRODUCT_ID 0x175A #define DEVICE_VER 0x0031 #define MANUFACTURER jpskenn |