Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
This commit is contained in:
@@ -17,13 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4145 // "AE"
|
||||
#define PRODUCT_ID 0xA652 // AEboards EXT65 Rev2
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER AEBoards
|
||||
#define PRODUCT AEBoards Ext65 Rev2
|
||||
|
||||
/* key matrix size */
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 10
|
||||
|
5
keyboards/aeboards/ext65/rev2/info.json
Normal file
5
keyboards/aeboards/ext65/rev2/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0xA652"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user