diff options
author | Xelus22 <lovlots@hotmail.com> | 2020-01-24 13:28:25 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-23 19:28:25 -0800 |
commit | 339e29d5af943ddcfaf4aa335c3d1489dfb0017b (patch) | |
tree | 7966b9f5f0f1650c892c58ac4d65a9ae31aec274 /keyboards/tmo50/config.h | |
parent | b56899976924043a9563c12987218abd78baf13d (diff) |
Add VIA support to TMO50 (#7986)
* via compatible
* disable mousekey
* remove unnecessary space
Diffstat (limited to 'keyboards/tmo50/config.h')
-rw-r--r-- | keyboards/tmo50/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tmo50/config.h b/keyboards/tmo50/config.h index ee7f0e34aa..cebd08bcea 100644 --- a/keyboards/tmo50/config.h +++ b/keyboards/tmo50/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 0x0000 +#define VENDOR_ID 0xFBFB +#define PRODUCT_ID 0x0050 #define DEVICE_VER 0x0001 #define MANUFACTURER funderburker #define PRODUCT TMO50 |