1
0
Fork 0

Add VIA support to Leaf 60 (#8490)

This commit is contained in:
Wilba 2020-03-20 16:36:54 +11:00 committed by GitHub
parent 5d5ff807c6
commit f235822fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 104 additions and 6 deletions

View file

@ -20,11 +20,11 @@ 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 0x464C // "FL"
#define PRODUCT_ID 0x0002
#define DEVICE_VER 0x0001
#define MANUFACTURER Fox Lab
#define PRODUCT Leaf60 Universal
#define PRODUCT Leaf 60 Universal
#define DESCRIPTION A custom 60% keyboard
/* key matrix size */