Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT Plaid-Pad Rev2
|
||||
#define DEVICE_VER 0x0002
|
||||
|
||||
#define UNUSED_PINS { }
|
||||
|
||||
#define ENCODERS_PAD_A { D1, B2, B4, D4 }
|
||||
|
6
keyboards/keycapsss/plaid_pad/rev2/info.json
Normal file
6
keyboards/keycapsss/plaid_pad/rev2/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"keyboard_name": "Plaid-Pad Rev2",
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user