~ruther/qmk_firmware

b0eda7701a372e820264c6a78afa1f8c410845f7 — Ryan 3 years ago 3c0806a
Move keyboard USB IDs and strings to data driven, pass 3 (#18111)

64 files changed, 152 insertions(+), 114 deletions(-)

M keyboards/bajjak/config.h
M keyboards/bajjak/info.json
M keyboards/dumbpad/v1x/config.h
M keyboards/handwired/tractyl_manuform/4x6_right/config.h
M keyboards/handwired/tractyl_manuform/4x6_right/info.json
M keyboards/handwired/tractyl_manuform/5x6_right/config.h
M keyboards/handwired/tractyl_manuform/5x6_right/elite_c/config.h
A keyboards/handwired/tractyl_manuform/5x6_right/elite_c/info.json
M keyboards/handwired/tractyl_manuform/5x6_right/f303/config.h
A keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json
M keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h
A keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json
M keyboards/handwired/tractyl_manuform/5x6_right/info.json
M keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/config.h
A keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/info.json
M keyboards/handwired/tractyl_manuform/config.h
M keyboards/handwired/tractyl_manuform/info.json
M keyboards/kapcave/paladinpad/rev1/config.h
M keyboards/kapcave/paladinpad/rev2/config.h
M keyboards/kin80/blackpill103/config.h
A keyboards/kin80/blackpill103/info.json
M keyboards/kin80/blackpill401/config.h
A keyboards/kin80/blackpill401/info.json
M keyboards/kin80/blackpill411/config.h
A keyboards/kin80/blackpill411/info.json
M keyboards/kin80/micro/config.h
A keyboards/kin80/micro/info.json
M keyboards/kopibeng/xt60_singa/config.h
M keyboards/kopibeng/xt60_singa/info.json
M keyboards/massdrop/alt/config.h
M keyboards/massdrop/alt/info.json
M keyboards/massdrop/ctrl/config.h
M keyboards/massdrop/ctrl/info.json
M keyboards/mechwild/puckbuddy/config.h
M keyboards/mechwild/puckbuddy/info.json
M keyboards/minimon/index_tab/config.h
M keyboards/minimon/index_tab/info.json
M keyboards/tkw/grandiceps/config.h
M keyboards/v4n4g0rth0n/v1/config.h
A keyboards/v4n4g0rth0n/v1/info.json
M keyboards/v4n4g0rth0n/v2/config.h
A keyboards/v4n4g0rth0n/v2/info.json
M keyboards/vertex/angler2/config.h
M keyboards/vertex/angler2/info.json
M keyboards/vitamins_included/rev1/config.h
A keyboards/vitamins_included/rev1/info.json
M keyboards/vitamins_included/rev2/config.h
A keyboards/vitamins_included/rev2/info.json
M keyboards/xelus/valor_frl_tkl/info.json
A keyboards/xelus/valor_frl_tkl/rev1/info.json
M keyboards/xelus/valor_frl_tkl/rev2_0/config.h
A keyboards/xelus/valor_frl_tkl/rev2_0/info.json
M keyboards/xelus/valor_frl_tkl/rev2_1/config.h
A keyboards/xelus/valor_frl_tkl/rev2_1/info.json
M keyboards/ymdk/yd60mq/12led/config.h
A keyboards/ymdk/yd60mq/12led/info.json
M keyboards/ymdk/yd60mq/16led/config.h
A keyboards/ymdk/yd60mq/16led/info.json
M keyboards/ymdk/ymd75/rev1/config.h
A keyboards/ymdk/ymd75/rev1/info.json
M keyboards/ymdk/ymd75/rev2/config.h
A keyboards/ymdk/ymd75/rev2/info.json
M keyboards/ymdk/ymd75/rev3/config.h
A keyboards/ymdk/ymd75/rev3/info.json
M keyboards/bajjak/config.h => keyboards/bajjak/config.h +0 -6
@@ 23,12 23,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x1209
#define PRODUCT_ID      0x0002
#define DEVICE_VER      0x0001
#define PRODUCT         BAJJAK

/* key matrix size */
#define MATRIX_ROWS 14
#define MATRIX_ROWS_PER_SIDE (MATRIX_ROWS / 2)

M keyboards/bajjak/info.json => keyboards/bajjak/info.json +7 -1
@@ 1,6 1,12 @@
{
    "keyboard_name": "bajjak",
    "keyboard_name": "BAJJAK",
    "manufacturer": "garykong",
    "maintainer": "garykong",
    "usb": {
        "vid": "0x1209",
        "pid": "0x0002",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_6x7": {
            "layout": [

M keyboards/dumbpad/v1x/config.h => keyboards/dumbpad/v1x/config.h +0 -3
@@ 18,9 18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "config_common.h"

/* USB Device descriptor parameter */
#define DEVICE_VER      0x0010

/* Column/Row IO definitions */
#define MATRIX_ROWS 4
#define MATRIX_COLS 5

M keyboards/handwired/tractyl_manuform/4x6_right/config.h => keyboards/handwired/tractyl_manuform/4x6_right/config.h +0 -4
@@ 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

M keyboards/handwired/tractyl_manuform/4x6_right/info.json => keyboards/handwired/tractyl_manuform/4x6_right/info.json +5 -1
@@ 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": [

M keyboards/handwired/tractyl_manuform/5x6_right/config.h => keyboards/handwired/tractyl_manuform/5x6_right/config.h +0 -3
@@ 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

M keyboards/handwired/tractyl_manuform/5x6_right/elite_c/config.h => keyboards/handwired/tractyl_manuform/5x6_right/elite_c/config.h +0 -2
@@ 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 }

A keyboards/handwired/tractyl_manuform/5x6_right/elite_c/info.json => keyboards/handwired/tractyl_manuform/5x6_right/elite_c/info.json +3 -0
@@ 0,0 1,3 @@
{
    "keyboard_name": "Tractyl Manuform (5x6) Elite-C"
}

M keyboards/handwired/tractyl_manuform/5x6_right/f303/config.h => keyboards/handwired/tractyl_manuform/5x6_right/f303/config.h +0 -2
@@ 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 }

A keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json => keyboards/handwired/tractyl_manuform/5x6_right/f303/info.json +3 -0
@@ 0,0 1,3 @@
{
    "keyboard_name": "Tractyl Manuform (5x6) Proton-C"
}

M keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h => keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h +0 -2
@@ 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 }

A keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json => keyboards/handwired/tractyl_manuform/5x6_right/f411/info.json +3 -0
@@ 0,0 1,3 @@
{
    "keyboard_name": "Tractyl Manuform (5x6) BlackPill"
}

M keyboards/handwired/tractyl_manuform/5x6_right/info.json => keyboards/handwired/tractyl_manuform/5x6_right/info.json +4 -1
@@ 1,6 1,9 @@
{
    "keyboard_name": "Tractyl Manuform 5x6",
    "url": "",
    "usb": {
        "pid": "0x3536",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_5x6_right": {
            "layout": [

M keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/config.h => keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/config.h +0 -2
@@ 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 }

A keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/info.json => keyboards/handwired/tractyl_manuform/5x6_right/teensy2pp/info.json +3 -0
@@ 0,0 1,3 @@
{
    "keyboard_name": "Tractyl Manuform (5x6) Teensy 2.0++"
}

M keyboards/handwired/tractyl_manuform/config.h => keyboards/handwired/tractyl_manuform/config.h +0 -3
@@ 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


M keyboards/handwired/tractyl_manuform/info.json => keyboards/handwired/tractyl_manuform/info.json +4 -1
@@ 1,4 1,7 @@
{
    "manufacturer": "QMK Community",
    "maintainer": "Drashna Jael're"
    "maintainer": "Drashna Jael're",
    "usb": {
        "vid": "0x44DD"
    }
}

M keyboards/kapcave/paladinpad/rev1/config.h => keyboards/kapcave/paladinpad/rev1/config.h +0 -2
@@ 18,8 18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "config_common.h"

#define DEVICE_VER      0x0001

/* key matrix pins */
#define MATRIX_ROW_PINS { C7, B6, B4, D7, D6 }
#define MATRIX_COL_PINS { D4, D5, D3, B7 }

M keyboards/kapcave/paladinpad/rev2/config.h => keyboards/kapcave/paladinpad/rev2/config.h +0 -2
@@ 18,8 18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "config_common.h"

#define DEVICE_VER      0x0002

/* key matrix pins */
#define MATRIX_ROW_PINS { F4, F6, D7, B4, D6 }
#define MATRIX_COL_PINS { F7, F5, D3, B7 }

M keyboards/kin80/blackpill103/config.h => keyboards/kin80/blackpill103/config.h +0 -2
@@ 17,8 17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0002

#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS


A keyboards/kin80/blackpill103/info.json => keyboards/kin80/blackpill103/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.2"
    }
}

M keyboards/kin80/blackpill401/config.h => keyboards/kin80/blackpill401/config.h +0 -2
@@ 17,8 17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0003

#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS


A keyboards/kin80/blackpill401/info.json => keyboards/kin80/blackpill401/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.3"
    }
}

M keyboards/kin80/blackpill411/config.h => keyboards/kin80/blackpill411/config.h +0 -2
@@ 17,8 17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0003

#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS


A keyboards/kin80/blackpill411/info.json => keyboards/kin80/blackpill411/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.3"
    }
}

M keyboards/kin80/micro/config.h => keyboards/kin80/micro/config.h +0 -2
@@ 17,8 17,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0001

#define MATRIX_ROW_PINS { B6, B3, B1, D6, B7, B5, D1 }
#define MATRIX_COL_PINS { B4, E6, D7, C6, D4, D0, F7, F6, F5, F4, F1, F0 }
#define UNUSED_PINS { C7 }

A keyboards/kin80/micro/info.json => keyboards/kin80/micro/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.1"
    }
}

M keyboards/kopibeng/xt60_singa/config.h => keyboards/kopibeng/xt60_singa/config.h +0 -7
@@ 18,13 18,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x4B50 // 'KP' kopibeng  
#define PRODUCT_ID      0x0601 
#define DEVICE_VER      0x0001
#define MANUFACTURER    kopibeng
#define PRODUCT         XT60_SINGA

/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 14

M keyboards/kopibeng/xt60_singa/info.json => keyboards/kopibeng/xt60_singa/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "XT60_SINGA",
    "maintainer": "Kopibeng",
    "manufacturer": "kopibeng",
    "url": "",
    "maintainer": "Kopibeng",
    "usb": {
        "vid": "0x4B50",
        "pid": "0x0601",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/massdrop/alt/config.h => keyboards/massdrop/alt/config.h +0 -4
@@ 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           0x04D8
#define PRODUCT_ID          0xEED3
#define DEVICE_VER          0x0101

#define MANUFACTURER        "Massdrop Inc."
#define PRODUCT             "ALT Keyboard"
#define SERIAL_NUM          "Unavailable"

M keyboards/massdrop/alt/info.json => keyboards/massdrop/alt/info.json +5 -0
@@ 2,6 2,11 @@
    "keyboard_name": "ALT",
    "url": "https://www.massdrop.com/buy/massdrop-alt-mechanical-keyboard",
    "maintainer": "Massdrop",
    "usb": {
        "vid": "0x04D8",
        "pid": "0xEED3",
        "device_version": "1.0.1"
    },
    "layouts": {
        "LAYOUT_65_ansi_blocker": {
            "layout": [

M keyboards/massdrop/ctrl/config.h => keyboards/massdrop/ctrl/config.h +0 -4
@@ 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           0x04D8
#define PRODUCT_ID          0xEED2
#define DEVICE_VER          0x0101

#define MANUFACTURER        "Massdrop Inc."
#define PRODUCT             "CTRL Keyboard"
#define SERIAL_NUM          "Unavailable"

M keyboards/massdrop/ctrl/info.json => keyboards/massdrop/ctrl/info.json +5 -0
@@ 2,6 2,11 @@
    "keyboard_name": "CTRL",
    "url": "https://www.massdrop.com/buy/massdrop-ctrl-mechanical-keyboard",
    "maintainer": "Massdrop",
    "usb": {
        "vid": "0x04D8",
        "pid": "0xEED2",
        "device_version": "1.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/mechwild/puckbuddy/config.h => keyboards/mechwild/puckbuddy/config.h +0 -7
@@ 5,13 5,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x6D77 // mw = "MechWild"
#define PRODUCT_ID      0x170F
#define DEVICE_VER      0x0100
#define MANUFACTURER    MechWild
#define PRODUCT         PuckBuddy

/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 4

M keyboards/mechwild/puckbuddy/info.json => keyboards/mechwild/puckbuddy/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "MechWild PuckBuddy",
    "keyboard_name": "PuckBuddy",
    "manufacturer": "MechWild",
    "url": "mechwild.com",
    "maintainer": "kylemccreery",
    "usb": {
        "vid": "0x6D77",
        "pid": "0x170F",
        "device_version": "1.0.0"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/minimon/index_tab/config.h => keyboards/minimon/index_tab/config.h +0 -6
@@ 18,12 18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x4B49
#define PRODUCT_ID      0x1306
#define DEVICE_VER      0x0001
#define PRODUCT         Index Tab

/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 13

M keyboards/minimon/index_tab/info.json => keyboards/minimon/index_tab/info.json +5 -1
@@ 1,10 1,14 @@
{
    "keyboard_name": "Index Tab",
    "maintainer": "kyrremann",
    "url": "https://github.com/Kyrremann/index-tab",
    "layout_aliases": {
        "LAYOUT": "LAYOUT_ortho_6x13"
    },
    "usb": {
        "vid": "0x4B49",
        "pid": "0x1306",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_6x13": {
            "layout": [

M keyboards/tkw/grandiceps/config.h => keyboards/tkw/grandiceps/config.h +0 -4
@@ 17,10 17,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define DEVICE_VER 0x0001
#define PRODUCT Grandiceps Split

/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 6

M keyboards/v4n4g0rth0n/v1/config.h => keyboards/v4n4g0rth0n/v1/config.h +0 -2
@@ 17,7 17,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0001

#define MATRIX_ROW_PINS { C7, C6, B6, B5, B7}
#define MATRIX_COL_PINS { D3, D2, D1, D0, D5, F7, F6, E6, F5, F4, F1, F0}

A keyboards/v4n4g0rth0n/v1/info.json => keyboards/v4n4g0rth0n/v1/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.1"
    }
}

M keyboards/v4n4g0rth0n/v2/config.h => keyboards/v4n4g0rth0n/v2/config.h +0 -2
@@ 17,7 17,5 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define DEVICE_VER 0x0002

#define MATRIX_ROW_PINS { C7, C6, B6, B5, B7}
#define MATRIX_COL_PINS { D3, D2, D1, D0, D5, F7, F6, E6, F5, F4, F1, B0}

A keyboards/v4n4g0rth0n/v2/info.json => keyboards/v4n4g0rth0n/v2/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.2"
    }
}

M keyboards/vertex/angler2/config.h => keyboards/vertex/angler2/config.h +0 -7
@@ 18,13 18,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x480E
#define PRODUCT_ID      0x408F
#define DEVICE_VER      0x0001
#define MANUFACTURER    Vertex_eason
#define PRODUCT         Angler2

/* key matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 16

M keyboards/vertex/angler2/info.json => keyboards/vertex/angler2/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "angler2",
    "keyboard_name": "Angler2",
    "manufacturer": "Vertex_eason",
    "url": "https://github.com/Vertex-kb",
    "maintainer": "vertex",
    "usb": {
        "vid": "0x480E",
        "pid": "0x408F",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/vitamins_included/rev1/config.h => keyboards/vitamins_included/rev1/config.h +0 -3
@@ 25,9 25,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
#define SOFT_SERIAL_PIN D0

/* USB Device descriptor parameters */
#define DEVICE_VER      0x0001

/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8

A keyboards/vitamins_included/rev1/info.json => keyboards/vitamins_included/rev1/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.1"
    }
}

M keyboards/vitamins_included/rev2/config.h => keyboards/vitamins_included/rev2/config.h +0 -3
@@ 24,9 24,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_PIN B4
#define SOFT_SERIAL_PIN D0

/* USB Device descriptor parameter */
#define DEVICE_VER      0x0002

/* key matrix size */
// Rows are doubled-up
#define MATRIX_ROWS 8

A keyboards/vitamins_included/rev2/info.json => keyboards/vitamins_included/rev2/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.2"
    }
}

M keyboards/xelus/valor_frl_tkl/info.json => keyboards/xelus/valor_frl_tkl/info.json +1 -3
@@ 1,12 1,10 @@
{
    "keyboard_name": "Valor FRL TKL",
    "manufacturer": "Xelus",
    "url": "",
    "maintainer": "Xelus22",
    "usb": {
        "vid": "0x5845",
        "pid": "0x4654",
        "device_version": "0.0.1"
        "pid": "0x4654"
    },
    "layouts": {
        "LAYOUT_all": {

A keyboards/xelus/valor_frl_tkl/rev1/info.json => keyboards/xelus/valor_frl_tkl/rev1/info.json +6 -0
@@ 0,0 1,6 @@
{
    "keyboard_name": "Valor FRL TKL Rev1",
    "usb": {
        "device_version": "0.0.1"
    }
}

M keyboards/xelus/valor_frl_tkl/rev2_0/config.h => keyboards/xelus/valor_frl_tkl/rev2_0/config.h +0 -4
@@ 16,10 16,6 @@

#pragma once

/* USB Device descriptor parameter */
#define DEVICE_VER      0x0002
#define PRODUCT         Xelus Valor FRL TKL Rev2.0

/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 17

A keyboards/xelus/valor_frl_tkl/rev2_0/info.json => keyboards/xelus/valor_frl_tkl/rev2_0/info.json +6 -0
@@ 0,0 1,6 @@
{
    "keyboard_name": "Valor FRL TKL Rev2.0",
    "usb": {
        "device_version": "0.0.2"
    }
}

M keyboards/xelus/valor_frl_tkl/rev2_1/config.h => keyboards/xelus/valor_frl_tkl/rev2_1/config.h +0 -4
@@ 16,10 16,6 @@

#pragma once

/* USB Device descriptor parameter */
#define DEVICE_VER      0x0003
#define PRODUCT         Xelus Valor FRL TKL Rev2.1

/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 17

A keyboards/xelus/valor_frl_tkl/rev2_1/info.json => keyboards/xelus/valor_frl_tkl/rev2_1/info.json +6 -0
@@ 0,0 1,6 @@
{
    "keyboard_name": "Valor FRL TKL Rev2.2",
    "usb": {
        "device_version": "0.0.3"
    }
}

M keyboards/ymdk/yd60mq/12led/config.h => keyboards/ymdk/yd60mq/12led/config.h +0 -2
@@ 1,5 1,3 @@
#pragma once

#define DEVICE_VER 0x0001

#define RGBLED_NUM 12

A keyboards/ymdk/yd60mq/12led/info.json => keyboards/ymdk/yd60mq/12led/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.1"
    }
}

M keyboards/ymdk/yd60mq/16led/config.h => keyboards/ymdk/yd60mq/16led/config.h +0 -2
@@ 1,5 1,3 @@
#pragma once

#define DEVICE_VER 0x0002

#define RGBLED_NUM 16

A keyboards/ymdk/yd60mq/16led/info.json => keyboards/ymdk/yd60mq/16led/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "0.0.2"
    }
}

M keyboards/ymdk/ymd75/rev1/config.h => keyboards/ymdk/ymd75/rev1/config.h +0 -1
@@ 26,4 26,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
#define BACKLIGHT_PIN D4
#define DIODE_DIRECTION COL2ROW
#define DEVICE_VER      0x0100

A keyboards/ymdk/ymd75/rev1/info.json => keyboards/ymdk/ymd75/rev1/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "1.0.0"
    }
}

M keyboards/ymdk/ymd75/rev2/config.h => keyboards/ymdk/ymd75/rev2/config.h +0 -1
@@ 7,4 7,3 @@
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
#define BACKLIGHT_PIN D4
#define DIODE_DIRECTION COL2ROW
#define DEVICE_VER      0x0200

A keyboards/ymdk/ymd75/rev2/info.json => keyboards/ymdk/ymd75/rev2/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "2.0.0"
    }
}

M keyboards/ymdk/ymd75/rev3/config.h => keyboards/ymdk/ymd75/rev3/config.h +0 -1
@@ 6,5 6,4 @@
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4 }
#define BACKLIGHT_PIN B6 // change the backlight pin that has since changed in Rev 3
#define DIODE_DIRECTION ROW2COL
#define DEVICE_VER      0x0300
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4

A keyboards/ymdk/ymd75/rev3/info.json => keyboards/ymdk/ymd75/rev3/info.json +5 -0
@@ 0,0 1,5 @@
{
    "usb": {
        "device_version": "3.0.0"
    }
}