Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)
This commit is contained in:
@@ -17,10 +17,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0xA4F9
|
||||
#define DEVICE_VER 0x0006
|
||||
|
||||
#undef MATRIX_ROWS
|
||||
#undef MATRIX_COLS
|
||||
/* key matrix size */
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Planck rev 6",
|
||||
"keyboard_name": "Planck",
|
||||
"manufacturer": "OLKB",
|
||||
"url": "https://olkb.com/planck",
|
||||
"maintainer": "jackhumbert",
|
||||
"usb": {
|
||||
"vid": "0x03A8",
|
||||
"pid": "0xA4F9",
|
||||
"device_version": "0.0.6"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x12": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user