diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-03-04 01:22:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 01:22:47 -0800 |
commit | 31662af342b1ff3715fb3f8f0d0efd6078b58092 (patch) | |
tree | 0c803baad29697b188f3a7075c41a0959894b887 /keyboards/tada68/config.h | |
parent | 8c3ff3f32c49c649ef6632d10f8fb15ef60d990d (diff) |
[Keyboard] VIA Support: Tada68 (#8289)
* tada68 via files
* change vid and pid based on wilba's recommendaton
Diffstat (limited to 'keyboards/tada68/config.h')
-rwxr-xr-x | keyboards/tada68/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 89ed8c3113..41eacbd86b 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/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 0x4C17 +#define VENDOR_ID 0x5441 +#define PRODUCT_ID 0x0001 #define DEVICE_VER 0x0003 #define MANUFACTURER TADA #define PRODUCT TADA68 |