diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-11 00:45:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-11 00:45:05 +0000 |
commit | 93149711f6d34daed62dca9c7455e9d1902f7950 (patch) | |
tree | 852467230b346a2142d02d5c8a45e548657e0c63 /keyboards/orthocode/config.h | |
parent | dfecad43624a0f2ba07744a8bef11bc4fbe9da95 (diff) | |
parent | ecc06a97001163232e2dd58b3add603636587413 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/orthocode/config.h')
-rw-r--r-- | keyboards/orthocode/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/orthocode/config.h b/keyboards/orthocode/config.h index 823a48e368..e548fe1d4e 100644 --- a/keyboards/orthocode/config.h +++ b/keyboards/orthocode/config.h @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0000 +#define VENDOR_ID 0x3415 // orthocodekb.com +#define PRODUCT_ID 0x0001 // orthocode #define DEVICE_VER 0x0001 #define MANUFACTURER Jrodna #define PRODUCT OrthoCode |