Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)
This commit is contained in:
@@ -18,14 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3536
|
||||
#define DEVICE_VER 0x0003
|
||||
#ifdef MANUFACTURER
|
||||
#undef MANUFACTURER
|
||||
#endif
|
||||
#define MANUFACTURER DLFord
|
||||
#define PRODUCT Dactyl Minidox (3x5+3)
|
||||
|
||||
// Communication
|
||||
// #define USE_I2C
|
||||
#define USE_SERIAL
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 3x5_3",
|
||||
"keyboard_name": "Dactyl Minidox (3x5+3)",
|
||||
"manufacturer": "DLFord",
|
||||
"url": "https://www.dlford.io/keyboard-build-guide-per-key-rgb-leds/",
|
||||
"maintainer": "dlford",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3536",
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_split_3x5_3": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,11 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x3435
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER tshort
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 10
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 4x5",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3435",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -5,15 +5,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
|
||||
/* USB Device descriptor parameters */
|
||||
#define PRODUCT_ID 0x3435
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
#ifndef MANUFACTURER
|
||||
#define MANUFACTURER ssedrick
|
||||
#endif
|
||||
|
||||
#define MATRIX_ROWS 10
|
||||
#define MATRIX_COLUMNS 5
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 4x5 5 thumb keys",
|
||||
"manufacturer": "ssedrick",
|
||||
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/handwired/dactyl_manuform/4x5_5",
|
||||
"maintainer": "ssedrick",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3435",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x3436
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 10
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 4x6",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3436",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x3436
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 10
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 4x6 5 thumb keys",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3436",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +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
|
||||
#define PRODUCT Dactyl-Manuform (5x6)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 12
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 5x6",
|
||||
"keyboard_name": "Dactyl-Manuform (5x6)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3536",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_5x6": {
|
||||
"layout": [
|
||||
|
||||
@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3536
|
||||
#define DEVICE_VER 0x0003
|
||||
#define PRODUCT Dactyl-Manuform (5x6+2)
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 12
|
||||
#define MATRIX_COLS 6
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 5x6 2 extra keys and 5 thumb keys",
|
||||
"keyboard_name": "Dactyl-Manuform (5x6+2)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "jceb",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3536",
|
||||
"device_version": "0.0.3"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_5x6_2_5": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +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 0x0002
|
||||
#define PRODUCT Dactyl-Manuform (5x6)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 12
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 5x6 5 thumb keys",
|
||||
"keyboard_name": "Dactyl-Manuform (5x6)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "jceb",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3536",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_5x6_5": {
|
||||
"layout": [
|
||||
|
||||
@@ -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 Dactyl-Manuform (5x7)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 12
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 5x7",
|
||||
"keyboard_name": "Dactyl-Manuform (5x7)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3537",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_5x7": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3636
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT "Dactyl-Manuform (6x6)"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
|
||||
/* key matrix size */
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 6x6",
|
||||
"keyboard_name": "Dactyl-Manuform (6x6)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3636",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_6x6": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3636
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Dactyl-Manuform (6x6+4)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 14
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 6x6 4 extra keys",
|
||||
"keyboard_name": "Dactyl-Manuform (6x6+4)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "dmik",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3636",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_6x6_4": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3636
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Dactyl-Manuform (6x6+4)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 14
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 6x6 Kinesis Advantage edition",
|
||||
"keyboard_name": "Dactyl-Manuform (6x6+4)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "dmik",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3636",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_6x6_kinesis": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3636
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Dactyl-Manuform (6x7)
|
||||
|
||||
/* key matrix size */
|
||||
// Rows are doubled-up
|
||||
#define MATRIX_ROWS 14
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "Dactyl Manuform 6x7",
|
||||
"keyboard_name": "Dactyl-Manuform (6x7)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3636",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_6x7": {
|
||||
"layout": [
|
||||
|
||||
@@ -20,10 +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 0x444D
|
||||
#define MANUFACTURER tshort
|
||||
|
||||
/* mouse config */
|
||||
#define MOUSEKEY_INTERVAL 20
|
||||
#define MOUSEKEY_DELAY 0
|
||||
|
||||
@@ -2,9 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT_ID 0x3632
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT DMOTE (62-key)
|
||||
#define MATRIX_ROWS 12
|
||||
#define MATRIX_COLS 6
|
||||
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"keyboard_name": "DMOTE 62-key",
|
||||
"keyboard_name": "DMOTE (62-key)",
|
||||
"manufacturer": "tshort",
|
||||
"url": "",
|
||||
"maintainer": "veikman",
|
||||
"usb": {
|
||||
"vid": "0x444D",
|
||||
"pid": "0x3632",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_62key": {
|
||||
"layout": [
|
||||
|
||||
Reference in New Issue
Block a user