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,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 0x6060
#define DEVICE_VER 0x0001
#define MANUFACTURER taukeyboards
#define PRODUCT tau4
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 12

11
keyboards/tau4/info.json Normal file
View File

@@ -0,0 +1,11 @@
{
"keyboard_name": "tau4",
"manufacturer": "taukeyboards",
"url": "",
"maintainer": "qmk",
"usb": {
"vid": "0xFEED",
"pid": "0x6060",
"device_version": "0.0.1"
}
}