Move keyboard USB IDs and strings to data driven: A (#17781)
This commit is contained in:
@@ -18,13 +18,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x04D8
|
||||
#define PRODUCT_ID 0xE86A
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Salmon Cat Studio
|
||||
#define PRODUCT Aozora
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 17
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Aozora",
|
||||
"manufacturer": "Salmon Cat Studio",
|
||||
"url": "https://salmoncat.studio/pages/aozora-%E9%9D%92%E7%A9%BA-6-9-21-7-10-21",
|
||||
"maintainer": "Phooood",
|
||||
"usb": {
|
||||
"vid": "0x04D8",
|
||||
"pid": "0xE86A",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user