Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
@@ -19,10 +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 0x4D4C
|
||||
#define MANUFACTURER Team Mechlovin
|
||||
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
||||
|
@@ -1,22 +0,0 @@
|
||||
/*
|
||||
Copyright 2021 Mechlovin' Studio
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x6500
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Haus Rev. 1
|
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "hannah65-rev1",
|
||||
"keyboard_name": "Haus Rev. 1",
|
||||
"manufacturer": "Team Mechlovin",
|
||||
"url": "",
|
||||
"maintainer": "Team Mechlovin",
|
||||
"usb": {
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x6500",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
Reference in New Issue
Block a user