Move keyboard USB IDs and strings to data driven, pass 2: M-O (#18090)
This commit is contained in:
parent
201a914beb
commit
f4dcce7e59
146 changed files with 418 additions and 452 deletions
|
@ -18,12 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4D4C
|
||||
#define PRODUCT_ID 0x0180
|
||||
#define DEVICE_VER 0x0002
|
||||
#define MANUFACTURER Mechlovin Studio
|
||||
#define PRODUCT Foundation FRL
|
||||
|
||||
#define MATRIX_ROW_PINS { B12, B13, B14, A8, A2 }
|
||||
#define MATRIX_COL_PINS { B11, B10, B2, B1, B0, A7, A6, A5, A4, A3, A15, B9, B8, B7, B6, B5, B4, B3}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue