Move keyboard USB IDs and strings to data driven: D (#17814)
This commit is contained in:
@@ -20,12 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define VENDOR_ID 0x4454 //DT for DrayTronics
|
||||
#define PRODUCT_ID 0x4441 //DA for Daisy
|
||||
#define DEVICE_VER 0x0100 //Version 1
|
||||
#define MANUFACTURER Draytronics
|
||||
#define PRODUCT DAISY
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 3
|
||||
#define MATRIX_COLS 4
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Draytronics DAISY",
|
||||
"keyboard_name": "DAISY",
|
||||
"manufacturer": "Draytronics",
|
||||
"url": "https://www.draytronics.co.uk/daisy",
|
||||
"maintainer": "ghostseven",
|
||||
"usb": {
|
||||
"vid": "0x4454",
|
||||
"pid": "0x4441",
|
||||
"device_version": "1.0.0"
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_daisy": "LAYOUT"
|
||||
},
|
||||
|
Reference in New Issue
Block a user