forked from mirrors/qmk_userspace
[Keyboard] VIA Support: Tada68 (#8289)
* tada68 via files * change vid and pid based on wilba's recommendaton
This commit is contained in:
parent
8c3ff3f32c
commit
31662af342
4 changed files with 75 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue