Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2022-08-14 00:47:42 +00:00
137 changed files with 422 additions and 510 deletions

View File

@@ -2,10 +2,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define PRODUCT_ID 0x0161
#define DEVICE_VER 0x0001
/* key matrix pins */
#define MATRIX_ROW_PINS { F4, F5, F6, F7 }
#define MATRIX_COL_PINS { D1, D0, D4, C6 }

View File

@@ -0,0 +1,6 @@
{
"usb": {
"pid": "0x0161",
"device_version": "0.0.1"
}
}