summaryrefslogtreecommitdiff
path: root/keyboards/foxlab/leaf60/universal/config.h
diff options
context:
space:
mode:
authorWilba <Jason.S.Williams@gmail.com>2020-03-20 16:36:54 +1100
committerGitHub <noreply@github.com>2020-03-19 22:36:54 -0700
commitf235822fba663ee98f94a5f6b7fa506d96c09656 (patch)
tree3bf9740b60a0eab7011ba3fc9e79306b8555cef1 /keyboards/foxlab/leaf60/universal/config.h
parent5d5ff807c672a893936e1c683f23d4f56f161e83 (diff)
Add VIA support to Leaf 60 (#8490)
Diffstat (limited to 'keyboards/foxlab/leaf60/universal/config.h')
-rw-r--r--keyboards/foxlab/leaf60/universal/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/foxlab/leaf60/universal/config.h b/keyboards/foxlab/leaf60/universal/config.h
index f038430f93..4b32d27393 100644
--- a/keyboards/foxlab/leaf60/universal/config.h
+++ b/keyboards/foxlab/leaf60/universal/config.h
@@ -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 */