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

This commit is contained in:
QMK Bot
2022-08-20 00:32:18 +00:00
121 changed files with 309 additions and 293 deletions

View File

@@ -1,7 +1,12 @@
{
"keyboard_name": "Postage Board",
"manufacturer": "LifeIsOnTheWire",
"url": "",
"maintainer": "LifeIsOnTheWire",
"usb": {
"vid": "0xFEED",
"pid": "0xB07D"
},
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -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 0xFEED
#define PRODUCT_ID 0xB07D
#define DEVICE_VER 0x0002
#define MANUFACTURER LifeIsOnTheWire
#define PRODUCT PostageBoard
/* key matrix size */
#define MATRIX_ROWS 1
#define MATRIX_COLS 3

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.2"
}
}

View File

@@ -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 0xFEED
#define PRODUCT_ID 0xB07D
#define DEVICE_VER 0x0001
#define MANUFACTURER LifeIsOnTheWire
#define PRODUCT PostageBoard
/* key matrix size */
#define MATRIX_ROWS 1
#define MATRIX_COLS 3

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.1"
}
}