Move keyboard USB IDs and strings to data driven: handwired (#17822)
This commit is contained in:
@@ -18,12 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define VENDOR_ID 0x4244 //-B-pen-D-ragon
|
||||
#define PRODUCT_ID 0x0001
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Bpendragon
|
||||
#define PRODUCT Selene
|
||||
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 21
|
||||
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Selene",
|
||||
"manufacturer": "Bpendragon",
|
||||
"url": "https://github.com/Bpendragon/Selene-Keyboard",
|
||||
"maintainer": "Bpendragon",
|
||||
"usb": {
|
||||
"vid": "0x4244",
|
||||
"pid": "0x0001",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user