Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
This commit is contained in:
@@ -16,13 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x616C
|
||||
#define PRODUCT_ID 0x0003
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER AfternoonLabs
|
||||
#define PRODUCT OceanBreeze
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 12
|
||||
|
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "OceanBreeze",
|
||||
"manufacturer": "AfternoonLabs",
|
||||
"url": "afternoonlabs.com",
|
||||
"productId": "0x0003",
|
||||
"maintainer": "afternoonlabs",
|
||||
"usb": {
|
||||
"vid": "0x616C",
|
||||
"pid": "0x0003",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user