Move keyboard USB IDs and strings to data driven: N (#17865)
This commit is contained in:
@@ -17,13 +17,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6274
|
||||
#define PRODUCT_ID 0x720D
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER breadtamer
|
||||
#define PRODUCT nimrod
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 10
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Nimrod",
|
||||
"manufacturer": "Breadtamer",
|
||||
"url": "http://www.keyboard-layout-editor.com/#/gists/5a6b4ee1ca9738c4ed90fe95ef35fdf6",
|
||||
"maintainer": "Breadtamer",
|
||||
"usb": {
|
||||
"vid": "0x6274",
|
||||
"pid": "0x720D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x10": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user