diff options
author | Alvaro Muente <40742045+alvaromuente@users.noreply.github.com> | 2020-09-06 19:52:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 17:52:57 -0700 |
commit | 788cbcf8283126eb3d60e71272591efd91e641fe (patch) | |
tree | f65b661de5a3c1db94ba5c77f7872e7f9eb14752 /keyboards/jj40 | |
parent | 6c3e404839bec5f04e8f0d9eef4f0ac98b16e987 (diff) |
[Keyboard] Update JJ40 VID and PID (#10215)
Co-authored-by: Alvaro <afmuente@outlook.com>
Diffstat (limited to 'keyboards/jj40')
-rw-r--r-- | keyboards/jj40/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jj40/config.h b/keyboards/jj40/config.h index 9a1eadb784..0d168f2c01 100644 --- a/keyboards/jj40/config.h +++ b/keyboards/jj40/config.h @@ -16,8 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -#define VENDOR_ID 0x20A0 -#define PRODUCT_ID 0x422D +#define VENDOR_ID 0x4B50 // "KP" +#define PRODUCT_ID 0x0040 #define DEVICE_VER 0x0200 #define MANUFACTURER KPrepublic #define PRODUCT JJ40 |