Move keyboard USB IDs and strings to data driven: O (#17874)
This commit is contained in:
@@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4F53 //0x4F53 OS for owl studio
|
||||
#define PRODUCT_ID 0x5355 //0x5355 SU for SUIT
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER OwLab
|
||||
#define PRODUCT SUIT80
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 6
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "suit80",
|
||||
"keyboard_name": "Suit80 ANSI",
|
||||
"manufacturer": "OwLab",
|
||||
"url": "",
|
||||
"maintainer": "Owlab",
|
||||
"usb": {
|
||||
"vid": "0x4F53",
|
||||
"pid": "0x5355",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ansi": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user