Move keyboard USB IDs and strings to data driven, pass 3 (#18111)

This commit is contained in:
Ryan
2022-08-22 08:08:50 +10:00
committed by GitHub
parent 3c0806a489
commit b0eda7701a
64 changed files with 152 additions and 114 deletions

View File

@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
#define PRODUCT_ID 0x3537
#define DEVICE_VER 0x0001
#define PRODUCT Tractyl Manuform(4x6)
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 10

View File

@@ -1,7 +1,11 @@
{
"keyboard_name": "Tractyl Manuform 4x6",
"keyboard_name": "Tractyl Manuform (4x6)",
"url": "",
"maintainer": "drashna",
"usb": {
"pid": "0x3537",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_4x6_right": {
"layout": [

View File

@@ -20,9 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
#define PRODUCT_ID 0x3536
#define DEVICE_VER 0x0001
/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 12

View File

@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define PRODUCT Tractyl Manuform(5x6) Elite C
// wiring of each half
#define MATRIX_COL_PINS \
{ D4, D7, E6, B4, B5, B7 }

View File

@@ -0,0 +1,3 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Elite-C"
}

View File

@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define PRODUCT Tractyl Manuform(5x6) Proton C
// wiring of each half
#define MATRIX_COL_PINS \
{ B0, B1, B2, B3, B4, B5 }

View File

@@ -0,0 +1,3 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Proton-C"
}

View File

@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define PRODUCT Tractyl Manuform(5x6) BlackPill
// wiring of each half
#define MATRIX_COL_PINS \
{ A15, B3, B4, B5, B6, B7 }

View File

@@ -0,0 +1,3 @@
{
"keyboard_name": "Tractyl Manuform (5x6) BlackPill"
}

View File

@@ -1,6 +1,9 @@
{
"keyboard_name": "Tractyl Manuform 5x6",
"url": "",
"usb": {
"pid": "0x3536",
"device_version": "0.0.1"
},
"layouts": {
"LAYOUT_5x6_right": {
"layout": [

View File

@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define PRODUCT Tractyl Manuform(5x6) Teensy 2.0 ++
// wiring of each half
#define MATRIX_COL_PINS \
{ C0, C1, C2, C3, C4, C5 }

View File

@@ -0,0 +1,3 @@
{
"keyboard_name": "Tractyl Manuform (5x6) Teensy 2.0++"
}

View File

@@ -20,9 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x44DD
/* disable debug print */
// #define NO_DEBUG

View File

@@ -1,4 +1,7 @@
{
"manufacturer": "QMK Community",
"maintainer": "Drashna Jael're"
"maintainer": "Drashna Jael're",
"usb": {
"vid": "0x44DD"
}
}