Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x8710
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Infinity 87 RGB rev1
|
||||
|
||||
#define MATRIX_ROW_PINS { A10, A13, A14, C13, A4, A3 }
|
||||
#define MATRIX_COL_PINS { B12, B13, B14, B15, A8, A9, B11, B10, B2, B1, B0, A7, A6, A5, A2, A1, A0 }
|
||||
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "infinity87",
|
||||
"keyboard_name": "Infinity87 RGB Rev1",
|
||||
"manufacturer": "Mechlovin.Studio",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin'",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x8710",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user