Move keyboard USB IDs and strings to data driven, pass 2: D-E (#17956)
This commit is contained in:
parent
1027aed83a
commit
51d5aad25b
121 changed files with 354 additions and 517 deletions
|
|
@ -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 0x4A50 //JP
|
||||
#define PRODUCT_ID 0x4554 //ET
|
||||
#define DEVICE_VER 0x0100
|
||||
#define MANUFACTURER JPConstantineau.com
|
||||
#define PRODUCT ErgoTravel Keyboard
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 8
|
||||
|
|
|
|||
|
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "ErgoTravel",
|
||||
"identifier": "0x1256",
|
||||
"keyboard_name": "ErgoTravel Keyboard",
|
||||
"manufacturer": "JPConstantineau.com",
|
||||
"url": "https://github.com/jpconstantineau/ErgoTravel",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x4A50",
|
||||
"pid": "0x4554",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"bootloader": "caterina",
|
||||
"processor": "atmega32u4",
|
||||
"layouts": {
|
||||
Loading…
Add table
Add a link
Reference in a new issue