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

This commit is contained in:
fauxpark
2022-08-20 10:55:40 +10:00
550 changed files with 1689 additions and 1819 deletions

View File

@@ -19,11 +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 PRODUCT_ID 0x0675 //Hex-75
#define MANUFACTURER Mechlovin Studio
/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 15

View File

@@ -1,7 +1,11 @@
{
"keyboard_name": "Hex4B",
"manufacturer": "Mechlovin Studio",
"url": "",
"maintainer": "Hex-Keyboard&Mechlovin",
"usb": {
"vid": "0x4D4C",
"pid": "0x0675"
},
"layout_aliases": {
"LAYOUT": "LAYOUT_split_bs",
"LAYOUT_all": "LAYOUT_split_bs"

View File

@@ -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 DEVICE_VER 0x0001
#define PRODUCT Hex-4B Rev.1
/*
* Keyboard Matrix Assignments
*

View File

@@ -0,0 +1,6 @@
{
"keyboard_name": "Hex-4B Rev.1",
"usb": {
"device_version": "0.0.1"
}
}

View File

@@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0002
#define PRODUCT Hex-4B Rev.2
/*
* Keyboard Matrix Assignments
*

View File

@@ -0,0 +1,6 @@
{
"keyboard_name": "Hex-4B Rev.2",
"usb": {
"device_version": "0.0.2"
}
}