~ruther/qmk_firmware

4a0eb733acf2efb66473046f174ad695f746ab24 — Ryan 3 years ago c788857
Move keyboard USB IDs and strings to data driven: G (#17818)

84 files changed, 271 insertions(+), 315 deletions(-)

M keyboards/gami_studio/lex60/config.h
M keyboards/gami_studio/lex60/info.json
M keyboards/gboards/butterstick/config.h
M keyboards/gboards/butterstick/info.json
M keyboards/gboards/ergotaco/config.h
M keyboards/gboards/ergotaco/info.json
M keyboards/gboards/georgi/config.h
M keyboards/gboards/georgi/info.json
M keyboards/gboards/gergo/config.h
M keyboards/gboards/gergo/info.json
M keyboards/gboards/gergoplex/config.h
M keyboards/gboards/gergoplex/info.json
M keyboards/geekboards/macropad_v2/config.h
M keyboards/geekboards/macropad_v2/info.json
M keyboards/geekboards/tester/config.h
M keyboards/geekboards/tester/info.json
M keyboards/generic_panda/panda65_01/config.h
M keyboards/generic_panda/panda65_01/info.json
M keyboards/genone/eclipse_65/config.h
M keyboards/genone/eclipse_65/info.json
M keyboards/genone/g1_65/config.h
M keyboards/genone/g1_65/info.json
M keyboards/gentleman65/config.h
M keyboards/gentleman65/info.json
M keyboards/ggkeyboards/genesis/hotswap/config.h
M keyboards/ggkeyboards/genesis/hotswap/info.json
M keyboards/ggkeyboards/genesis/solder/config.h
M keyboards/ggkeyboards/genesis/solder/info.json
M keyboards/gh60/revc/config.h
M keyboards/gh60/revc/info.json
M keyboards/gh60/satan/config.h
M keyboards/gh60/satan/info.json
M keyboards/gh60/v1p3/config.h
M keyboards/gh60/v1p3/info.json
M keyboards/gh80_3000/config.h
M keyboards/gh80_3000/info.json
M keyboards/ghs/rar/config.h
M keyboards/ghs/rar/info.json
M keyboards/gizmo_engineering/gk6/config.h
M keyboards/gizmo_engineering/gk6/info.json
M keyboards/gkeyboard/gkb_m16/config.h
M keyboards/gkeyboard/gkb_m16/info.json
M keyboards/gl516/a52gl/config.h
M keyboards/gl516/a52gl/info.json
M keyboards/gl516/j73gl/config.h
M keyboards/gl516/j73gl/info.json
M keyboards/gl516/n51gl/config.h
M keyboards/gl516/n51gl/info.json
M keyboards/glenpickle/chimera_ergo/config.h
M keyboards/glenpickle/chimera_ergo/info.json
M keyboards/glenpickle/chimera_ls/config.h
M keyboards/glenpickle/chimera_ls/info.json
M keyboards/glenpickle/chimera_ortho/config.h
M keyboards/glenpickle/chimera_ortho/info.json
M keyboards/glenpickle/chimera_ortho_plus/config.h
M keyboards/glenpickle/chimera_ortho_plus/info.json
M keyboards/gon/nerd60/config.h
M keyboards/gon/nerd60/info.json
M keyboards/gon/nerdtkl/config.h
M keyboards/gon/nerdtkl/info.json
M keyboards/gopolar/gg86/config.h
M keyboards/gopolar/gg86/info.json
M keyboards/gorthage_truck/config.h
M keyboards/gorthage_truck/info.json
M keyboards/gowla/config.h
M keyboards/gowla/info.json
M keyboards/gray_studio/apollo80/config.h
M keyboards/gray_studio/apollo80/info.json
M keyboards/gray_studio/cod67/config.h
M keyboards/gray_studio/cod67/info.json
M keyboards/gray_studio/hb85/config.h
M keyboards/gray_studio/hb85/info.json
M keyboards/gray_studio/space65/config.h
M keyboards/gray_studio/space65/info.json
M keyboards/gray_studio/think65/hotswap/config.h
M keyboards/gray_studio/think65/hotswap/info.json
M keyboards/gray_studio/think65/solder/config.h
M keyboards/gray_studio/think65/solder/info.json
M keyboards/grid600/press/config.h
M keyboards/grid600/press/info.json
M keyboards/gvalchca/ga150/config.h
M keyboards/gvalchca/ga150/info.json
M keyboards/gvalchca/spaccboard/config.h
M keyboards/gvalchca/spaccboard/info.json
M keyboards/gami_studio/lex60/config.h => keyboards/gami_studio/lex60/config.h +0 -7
@@ 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       0x7353
#define PRODUCT_ID      0x0160
#define DEVICE_VER      0x0001
#define MANUFACTURER    Evyd13
#define PRODUCT         Lex60

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

M keyboards/gami_studio/lex60/info.json => keyboards/gami_studio/lex60/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Gami Studio Lex60",
    "keyboard_name": "Lex60",
    "manufacturer": "Evyd13",
    "url": "",
    "maintainer": "GamiStudio",
    "usb": {
        "vid": "0x7353",
        "pid": "0x0160",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gboards/butterstick/config.h => keyboards/gboards/butterstick/config.h +0 -6
@@ 2,12 2,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x1337
#define DEVICE_VER      0x0001
#define MANUFACTURER    g Heavy Industries
#define PRODUCT         Butter Stick
#define VERSION 		"Paula Deen"

#define DEBOUNCE 5

M keyboards/gboards/butterstick/info.json => keyboards/gboards/butterstick/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "Butter Stick",
    "manufacturer": "g Heavy Industries",
    "url": "",
    "maintainer": "germ",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1337",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_butter": {
            "layout": [

M keyboards/gboards/ergotaco/config.h => keyboards/gboards/ergotaco/config.h +0 -7
@@ 23,13 23,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VERBOSE

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x1337
#define DEVICE_VER      0x0001
#define MANUFACTURER    g Heavy Industries 
#define PRODUCT         ErgoTaco

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

M keyboards/gboards/ergotaco/info.json => keyboards/gboards/ergotaco/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "ErgoTaco",
    "manufacturer": "g Heavy Industries",
    "url": "http://gboards.ca",
    "maintainer": "germ",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1337",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gboards/georgi/config.h => keyboards/gboards/georgi/config.h +0 -7
@@ 30,13 30,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#define NO_ACTION_ONESHOT
#define IGNORE_MOD_TAP_INTERRUPT

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x1337
#define DEVICE_VER      0x0001
#define MANUFACTURER    g Heavy Industries 
#define PRODUCT         Georgi

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

M keyboards/gboards/georgi/info.json => keyboards/gboards/georgi/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "Georgi",
    "manufacturer": "g Heavy Industries",
    "url": "http://gboards.ca",
    "maintainer": "germ",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1337",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_georgi": {
            "layout": [

M keyboards/gboards/gergo/config.h => keyboards/gboards/gergo/config.h +0 -7
@@ 35,13 35,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VERBOSE

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x1307
#define DEVICE_VER      0x0001
#define MANUFACTURER    g Heavy Industries
#define PRODUCT         Gergo

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

M keyboards/gboards/gergo/info.json => keyboards/gboards/gergo/info.json +7 -1
@@ 1,7 1,13 @@
{
    "maintainer": "germ",
    "keyboard_name": "Gergo",
    "manufacturer": "g Heavy Industries",
    "url": "http://gboards.ca",
    "maintainer": "germ",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1307",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_gergo": {
            "layout": [

M keyboards/gboards/gergoplex/config.h => keyboards/gboards/gergoplex/config.h +0 -7
@@ 21,13 21,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID 0x6B0A
#define PRODUCT_ID 0x0002
#define DEVICE_VER 0x0001
#define MANUFACTURER g Heavy Industries
#define PRODUCT GergoPlex

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

M keyboards/gboards/gergoplex/info.json => keyboards/gboards/gergoplex/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GergoPlex",
    "manufacturer": "g Heavy Industries",
    "url": "",
    "maintainer": "germ",
    "usb": {
        "vid": "0x6B0A",
        "pid": "0x0002",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_split_3x5_3": {
            "layout": [

M keyboards/geekboards/macropad_v2/config.h => keyboards/geekboards/macropad_v2/config.h +0 -7
@@ 15,13 15,6 @@
 */
#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x0483
#define PRODUCT_ID      0xA372
#define DEVICE_VER      0x0002
#define MANUFACTURER    GeekBoards
#define PRODUCT         Macropad v2

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

M keyboards/geekboards/macropad_v2/info.json => keyboards/geekboards/macropad_v2/info.json +7 -1
@@ 1,7 1,13 @@
{
  "keyboard_name": "macropad_v2",
  "keyboard_name": "Macropad v2",
  "manufacturer": "GeebBoards",
  "url": "https://geekboards.ru/",
  "maintainer": "ruddy17",
  "usb": {
    "vid": "0x0483",
    "pid": "0xA372",
    "device_version": "0.0.2"
  },
  "layouts": {
    "LAYOUT": {
      "layout": [

M keyboards/geekboards/tester/config.h => keyboards/geekboards/tester/config.h +0 -8
@@ 2,14 2,6 @@

#include "config_common.h"


#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x1319
#define DEVICE_VER      0x0001
#define MANUFACTURER    Geekboards
#define PRODUCT         Geekboards Tester


#define MATRIX_ROWS 2
#define MATRIX_COLS 4


M keyboards/geekboards/tester/info.json => keyboards/geekboards/tester/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Geekboards 8-keys macropad",
    "keyboard_name": "Tester",
    "manufacturer": "Geekboards",
    "url": "",
    "maintainer": "moyi4681",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x1319",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/generic_panda/panda65_01/config.h => keyboards/generic_panda/panda65_01/config.h +0 -7
@@ 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    0x6770 // gp generic_panda
#define PRODUCT_ID   0x6501 // 65_01
#define DEVICE_VER   0x0001
#define MANUFACTURER generic_panda
#define PRODUCT      panda65_01

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

M keyboards/generic_panda/panda65_01/info.json => keyboards/generic_panda/panda65_01/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "Panda65_01",
    "manufacturer": "generic_panda",
    "url": "https://github.com/JesseLeung97/qmk_firmware/tree/master/keyboards/generic_panda/panda65_01",
    "maintainer": "generic_panda",
    "usb": {
        "vid": "0x6770",
        "pid": "0x6501",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_split_bs": {
            "layout": [{"label":"Esc", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"|", "x":13, "y":0}, {"label":"Del", "x":14, "y":0}, {"label":"Home", "x":15, "y":0}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"Backspace", "x":13.5, "y":1, "w":1.5}, {"label":"PGup", "x":15, "y":1}, {"label":"Caps", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"label":"Enter", "x":12.75, "y":2, "w":2.25}, {"label":"PgDn", "x":15, "y":2}, {"label":"LShift", "x":0, "y":3, "w":2.25}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"?", "x":11.25, "y":3}, {"label":"RShift", "x":12.25, "y":3, "w":1.75}, {"label":"Up", "x":14, "y":3}, {"label":"FN", "x":15, "y":3}, {"label":"LControl", "x":0, "y":4, "w":1.5}, {"label":"LAlt", "x":2.25, "y":4, "w":1.5}, {"label":"Space", "x":3.75, "y":4, "w":7}, {"label":"RWin", "x":10.75, "y":4, "w":1.5}, {"label":"Left", "x":13, "y":4}, {"label":"Down", "x":14, "y":4}, {"label":"Right", "x":15, "y":4}]

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

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x2222
#define DEVICE_VER      0x0001
#define MANUFACTURER    GEN ONE LLC
#define PRODUCT         Eclipse65

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

M keyboards/genone/eclipse_65/info.json => keyboards/genone/eclipse_65/info.json +7 -1
@@ 1,7 1,13 @@
{
  "keyboard_name": "eclipse_65",
  "keyboard_name": "Eclipse65",
  "manufacturer": "GEN ONE LLC",
  "url": "https://genonemerch.com",
  "maintainer": "rojasa1990",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x2222",
    "device_version": "0.0.1"
  },
  "layouts": {
      "LAYOUT_65_ansi": {
          "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0, "w":2}, {"x":15, "y":0}, {"x":0, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2, "w":2.25}, {"x":15, "y":2}, {"x":0, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3}, {"x":0, "y":4, "w":1.25}, {"x":1.25, "y":4, "w":1.25}, {"x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"x":10, "y":4}, {"x":11, "y":4}, {"x":12, "y":4}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4}]

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

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0xE720 // GEN ONE
#define PRODUCT_ID      0x0001 // G1_65
#define DEVICE_VER      0x0001
#define MANUFACTURER    GEN ONE LLC
#define PRODUCT         G1_65

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

M keyboards/genone/g1_65/info.json => keyboards/genone/g1_65/info.json +6 -0
@@ 1,7 1,13 @@
{
  "keyboard_name": "G1_65",
  "manufacturer": "GEN ONE LLC",
  "url": "https://genonemerch.com",
  "maintainer": "rojasa1990",
  "usb": {
    "vid": "0xE720",
    "pid": "0x0001",
    "device_version": "0.0.1"
  },
  "layouts": {
      "LAYOUT_65_ansi": {
          "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0, "w":2}, {"x":15, "y":0}, {"x":0, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2, "w":2.25}, {"x":15, "y":2}, {"x":0, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3}, {"x":0, "y":4, "w":1.25}, {"x":1.25, "y":4, "w":1.25}, {"x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"x":10, "y":4}, {"x":11, "y":4}, {"x":12, "y":4}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4}]

M keyboards/gentleman65/config.h => keyboards/gentleman65/config.h +0 -7
@@ 20,13 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       0x00FA
#define PRODUCT_ID      0x2020
#define DEVICE_VER      0x0001
#define MANUFACTURER    JJ48_24 & Omar Afzal
#define PRODUCT         Gentleman 65

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

M keyboards/gentleman65/info.json => keyboards/gentleman65/info.json +7 -1
@@ 1,7 1,13 @@
{
    "name": "The Gentleman 65", 
    "name": "Gentleman 65", 
    "manufacturer": "JJ48_24 & Omar Afzal",
    "url": "https://jkeys.design/products/gentleman-65", 
    "maintainer": "0marA", 
    "usb": {
        "vid": "0x00FA",
        "pid": "0x2020",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
          "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15, "y":0}, {"x":0, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":13.5, "y":1, "w":1.5}, {"x":15, "y":1}, {"x":0, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":12.75, "y":2, "w":2.25}, {"x":15, "y":2}, {"x":0, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":12.25, "y":3, "w":1.75}, {"x":14, "y":3}, {"x":15, "y":3}, {"x":0, "y":4, "w":1.25}, {"x":1.25, "y":4, "w":1.25}, {"x":2.5, "y":4, "w":1.25}, {"x":3.75, "y":4, "w":6.25}, {"x":10, "y":4, "w":1.5}, {"x":11.5, "y":4, "w":1.5}, {"x":13, "y":4}, {"x":14, "y":4}, {"x":15, "y":4}]

M keyboards/ggkeyboards/genesis/hotswap/config.h => keyboards/ggkeyboards/genesis/hotswap/config.h +0 -7
@@ 18,13 18,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID    0xBB00
#define PRODUCT_ID   0xD4D3
#define DEVICE_VER   0x0001
#define MANUFACTURER GG Keyboards
#define PRODUCT      Genesis Hotswap

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

M keyboards/ggkeyboards/genesis/hotswap/info.json => keyboards/ggkeyboards/genesis/hotswap/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "Genesis Hotswap",
    "manufacturer": "GG Keyboards",
    "url": "",
    "maintainer": "Spooknik",
    "usb": {
        "vid": "0xBB00",
        "pid": "0xD4D3",
        "device_version": "0.0.1"
    },
    "layout_aliases": {
        "LAYOUT": "LAYOUT_tkl_ansi"
    },

M keyboards/ggkeyboards/genesis/solder/config.h => keyboards/ggkeyboards/genesis/solder/config.h +0 -7
@@ 18,13 18,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0xBB00
#define PRODUCT_ID      0xD4D2
#define DEVICE_VER      0x0001
#define MANUFACTURER    GG Keyboards
#define PRODUCT         Genesis Solder

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

M keyboards/ggkeyboards/genesis/solder/info.json => keyboards/ggkeyboards/genesis/solder/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "Genesis Solder",
    "manufacturer": "GG Keyboards",
    "url": "",
    "maintainer": "Spooknik",
    "usb": {
        "vid": "0xBB00",
        "pid": "0xD4D2",
        "device_version": "0.0.1"
    },
    "layout_aliases": {
        "LAYOUT": "LAYOUT_all"
    },

M keyboards/gh60/revc/config.h => keyboards/gh60/revc/config.h +0 -7
@@ 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    0x4335 // GEEKhack
#define PRODUCT_ID   0x0001
#define DEVICE_VER   0x0001
#define MANUFACTURER    geekhack
#define PRODUCT         GH60 Rev C

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

M keyboards/gh60/revc/info.json => keyboards/gh60/revc/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GH60 Rev C",
    "manufacturer": "geekhack",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4335",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/gh60/satan/config.h => keyboards/gh60/satan/config.h +0 -7
@@ 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       0x4335
#define PRODUCT_ID      0x0002
#define DEVICE_VER      0x0003
#define MANUFACTURER    SATAN
#define PRODUCT         GH60 Satan

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

M keyboards/gh60/satan/info.json => keyboards/gh60/satan/info.json +6 -0
@@ 1,7 1,13 @@
{
  "keyboard_name": "GH60 Satan",
  "manufacturer": "SATAN",
  "url": "",
  "maintainer": "qmk",
  "usb": {
    "vid": "0x4335",
    "pid": "0x0002",
    "device_version": "0.0.3"
  },
  "layouts": {
    "LAYOUT_all": {
      "layout": [{"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, {"label":"k03", "x":3, "y":0}, {"label":"k04", "x":4, "y":0}, {"label":"k05", "x":5, "y":0}, {"label":"k06", "x":6, "y":0}, {"label":"k07", "x":7, "y":0}, {"label":"k08", "x":8, "y":0}, {"label":"k09", "x":9, "y":0}, {"label":"k0a", "x":10, "y":0}, {"label":"k0b", "x":11, "y":0}, {"label":"k0c", "x":12, "y":0}, {"label":"k0d", "x":13, "y":0}, {"label":"k49", "x":14, "y":0}, {"label":"k10", "x":0, "y":1, "w":1.5}, {"label":"k11", "x":1.5, "y":1}, {"label":"k12", "x":2.5, "y":1}, {"label":"k13", "x":3.5, "y":1}, {"label":"k14", "x":4.5, "y":1}, {"label":"k15", "x":5.5, "y":1}, {"label":"k16", "x":6.5, "y":1}, {"label":"k17", "x":7.5, "y":1}, {"label":"k18", "x":8.5, "y":1}, {"label":"k19", "x":9.5, "y":1}, {"label":"k1a", "x":10.5, "y":1}, {"label":"k1b", "x":11.5, "y":1}, {"label":"k1c", "x":12.5, "y":1}, {"label":"k1d", "x":13.5, "y":1, "w":1.5}, {"label":"k20", "x":0, "y":2, "w":1.75}, {"label":"k21", "x":1.75, "y":2}, {"label":"k22", "x":2.75, "y":2}, {"label":"k23", "x":3.75, "y":2}, {"label":"k24", "x":4.75, "y":2}, {"label":"k25", "x":5.75, "y":2}, {"label":"k26", "x":6.75, "y":2}, {"label":"k27", "x":7.75, "y":2}, {"label":"k28", "x":8.75, "y":2}, {"label":"k29", "x":9.75, "y":2}, {"label":"k2a", "x":10.75, "y":2}, {"label":"k2b", "x":11.75, "y":2}, {"label":"k2c", "x":12.75, "y":2}, {"label":"k2d", "x":13.75, "y":2, "w":1.25}, {"label":"k30", "x":0, "y":3, "w":1.25}, {"label":"k31", "x":1.25, "y":3}, {"label":"k32", "x":2.25, "y":3}, {"label":"k33", "x":3.25, "y":3}, {"label":"k34", "x":4.25, "y":3}, {"label":"k35", "x":5.25, "y":3}, {"label":"k36", "x":6.25, "y":3}, {"label":"k37", "x":7.25, "y":3}, {"label":"k38", "x":8.25, "y":3}, {"label":"k39", "x":9.25, "y":3}, {"label":"k3a", "x":10.25, "y":3}, {"label":"k3b", "x":11.25, "y":3}, {"label":"k3d", "x":12.25, "y":3, "w":1.75}, {"label":"k3c", "x":14, "y":3}, {"label":"k40", "x":0, "y":4, "w":1.25}, {"label":"k41", "x":1.25, "y":4, "w":1.25}, {"label":"k42", "x":2.5, "y":4, "w":1.25}, {"label":"k45", "x":3.75, "y":4, "w":6.25}, {"label":"k4a", "x":10, "y":4, "w":1.25}, {"label":"k4b", "x":11.25, "y":4, "w":1.25}, {"label":"k4c", "x":12.5, "y":4, "w":1.25}, {"label":"k4d", "x":13.75, "y":4, "w":1.25}]

M keyboards/gh60/v1p3/config.h => keyboards/gh60/v1p3/config.h +0 -7
@@ 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      0x0000
#define DEVICE_VER      0x0001
#define MANUFACTURER    Unknown
#define PRODUCT         GH60 v1.3

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

M keyboards/gh60/v1p3/info.json => keyboards/gh60/v1p3/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GH60 v1.3",
    "manufacturer": "Unknown",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x0000",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/gh80_3000/config.h => keyboards/gh80_3000/config.h +0 -7
@@ 2,13 2,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0xFEED
#define PRODUCT_ID      0x3000
#define DEVICE_VER      0x0001
#define MANUFACTURER    farmakon
#define PRODUCT         GH80-3000

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

M keyboards/gh80_3000/info.json => keyboards/gh80_3000/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GH80-3000",
    "manufacturer": "farmakon",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0xFEED",
        "pid": "0x3000",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [{"label":"K000", "x":0, "y":0}, {"label":"K001", "x":2, "y":0}, {"label":"K002", "x":3, "y":0}, {"label":"K003", "x":4, "y":0}, {"label":"K300", "x":5, "y":0}, {"label":"K301", "x":6.5, "y":0}, {"label":"K302", "x":7.5, "y":0}, {"label":"K303", "x":8.5, "y":0}, {"label":"K306", "x":9.5, "y":0}, {"label":"K307", "x":11, "y":0}, {"label":"K308", "x":12, "y":0}, {"label":"K309", "x":13, "y":0}, {"label":"K310", "x":14, "y":0}, {"label":"K004", "x":15.25, "y":0}, {"label":"K005", "x":16.25, "y":0}, {"label":"K006", "x":17.25, "y":0}, {"label":"K007", "x":18.5, "y":0}, {"label":"K008", "x":19.5, "y":0}, {"label":"K009", "x":20.5, "y":0}, {"label":"K010", "x":21.5, "y":0}, {"label":"K100", "x":0, "y":1.5}, {"label":"K101", "x":1, "y":1.5}, {"label":"K102", "x":2, "y":1.5}, {"label":"K103", "x":3, "y":1.5}, {"label":"K400", "x":4, "y":1.5}, {"label":"K401", "x":5, "y":1.5}, {"label":"K402", "x":6, "y":1.5}, {"label":"K403", "x":7, "y":1.5}, {"label":"K404", "x":8, "y":1.5}, {"label":"K405", "x":9, "y":1.5}, {"label":"K406", "x":10, "y":1.5}, {"label":"K407", "x":11, "y":1.5}, {"label":"K408", "x":12, "y":1.5}, {"label":"K409", "x":13, "y":1.5}, {"label":"K410", "x":14, "y":1.5}, {"label":"K104", "x":15.25, "y":1.5}, {"label":"K105", "x":16.25, "y":1.5}, {"label":"K106", "x":17.25, "y":1.5}, {"label":"K107", "x":18.5, "y":1.5}, {"label":"K108", "x":19.5, "y":1.5}, {"label":"K109", "x":20.5, "y":1.5}, {"label":"K110", "x":21.5, "y":1.5}, {"label":"K200", "x":0, "y":2.5, "w":1.5}, {"label":"K201", "x":1.5, "y":2.5}, {"label":"K202", "x":2.5, "y":2.5}, {"label":"K203", "x":3.5, "y":2.5}, {"label":"K500", "x":4.5, "y":2.5}, {"label":"K501", "x":5.5, "y":2.5}, {"label":"K502", "x":6.5, "y":2.5}, {"label":"K503", "x":7.5, "y":2.5}, {"label":"K505", "x":8.5, "y":2.5}, {"label":"K506", "x":9.5, "y":2.5}, {"label":"K507", "x":10.5, "y":2.5}, {"label":"K508", "x":11.5, "y":2.5}, {"label":"K509", "x":12.5, "y":2.5}, {"label":"K510", "x":13.5, "y":2.5, "w":1.5}, {"label":"K204", "x":15.25, "y":2.5}, {"label":"K205", "x":16.25, "y":2.5}, {"label":"K206", "x":17.25, "y":2.5}, {"label":"K207", "x":18.5, "y":2.5}, {"label":"K208", "x":19.5, "y":2.5}, {"label":"K209", "x":20.5, "y":2.5}, {"label":"K210", "x":21.5, "y":2.5}, {"label":"K800", "x":0, "y":3.5, "w":1.75}, {"label":"K801", "x":1.75, "y":3.5}, {"label":"K802", "x":2.75, "y":3.5}, {"label":"K803", "x":3.75, "y":3.5}, {"label":"K600", "x":4.75, "y":3.5}, {"label":"K601", "x":5.75, "y":3.5}, {"label":"K602", "x":6.75, "y":3.5}, {"label":"K603", "x":7.75, "y":3.5}, {"label":"K606", "x":8.75, "y":3.5}, {"label":"K607", "x":9.75, "y":3.5}, {"label":"K608", "x":10.75, "y":3.5}, {"label":"K609", "x":11.75, "y":3.5}, {"label":"K610", "x":12.75, "y":3.5, "w":2.25}, {"label":"K807", "x":18.5, "y":3.5}, {"label":"K808", "x":19.5, "y":3.5}, {"label":"K809", "x":20.5, "y":3.5}, {"label":"K810", "x":21.5, "y":3.5}, {"label":"K900", "x":0, "y":4.5, "w":1.25}, {"label":"K901", "x":1.25, "y":4.5}, {"label":"K902", "x":2.25, "y":4.5}, {"label":"K903", "x":3.25, "y":4.5}, {"label":"K700", "x":4.25, "y":4.5}, {"label":"K701", "x":5.25, "y":4.5}, {"label":"K702", "x":6.25, "y":4.5}, {"label":"K703", "x":7.25, "y":4.5}, {"label":"K705", "x":8.25, "y":4.5}, {"label":"K706", "x":9.25, "y":4.5}, {"label":"K707", "x":10.25, "y":4.5}, {"label":"K708", "x":11.25, "y":4.5}, {"label":"K709", "x":12.25, "y":4.5, "w":1.75}, {"label":"K710", "x":14, "y":4.5}, {"label":"K906", "x":16.25, "y":4.5}, {"label":"K907", "x":18.5, "y":4.5}, {"label":"K908", "x":19.5, "y":4.5}, {"label":"K909", "x":20.5, "y":4.5}, {"label":"K910", "x":21.5, "y":4.5}, {"label":"KA00", "x":0, "y":5.5, "w":1.5}, {"label":"KA01", "x":1.5, "y":5.5}, {"label":"KA02", "x":2.5, "y":5.5, "w":1.5}, {"label":"KA03", "x":4, "y":5.5}, {"label":"K804", "x":5, "y":5.5, "w":2}, {"label":"K805", "x":7, "y":5.5}, {"label":"K806", "x":8, "y":5.5, "w":2}, {"label":"K604", "x":10, "y":5.5}, {"label":"K605", "x":11, "y":5.5, "w":1.5}, {"label":"K904", "x":12.5, "y":5.5}, {"label":"K905", "x":13.5, "y":5.5, "w":1.5}, {"label":"KA04", "x":15.25, "y":5.5}, {"label":"KA05", "x":16.25, "y":5.5}, {"label":"KA06", "x":17.25, "y":5.5}, {"label":"KA07", "x":18.5, "y":5.5}, {"label":"KA08", "x":19.5, "y":5.5}, {"label":"KA09", "x":20.5, "y":5.5}, {"label":"KA10", "x":21.5, "y":5.5}]

M keyboards/ghs/rar/config.h => keyboards/ghs/rar/config.h +0 -7
@@ 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 0x0645
#define PRODUCT_ID 0x0001
#define DEVICE_VER 0x0001
#define MANUFACTURER Gone Hacking Studio
#define PRODUCT GHS.RAR

/* key matrix size */
#define MATRIX_ROWS 12
#define MATRIX_COLS 8

M keyboards/ghs/rar/info.json => keyboards/ghs/rar/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GHS.RAR",
    "manufacturer": "Gone Hacking Studio",
    "url": "https://gonehacking.studio/",
    "maintainer": "Gone Hacking Studio",
    "usb": {
        "vid": "0x0645",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ansi": {
            "layout": [

M keyboards/gizmo_engineering/gk6/config.h => keyboards/gizmo_engineering/gk6/config.h +0 -7
@@ 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       0x6532
#define PRODUCT_ID      0x0001
#define DEVICE_VER      0x3031
#define MANUFACTURER    Gizmo Engineering
#define PRODUCT         GK6

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

M keyboards/gizmo_engineering/gk6/info.json => keyboards/gizmo_engineering/gk6/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Gizmo Engineering GK6",
    "keyboard_name": "GK6",
    "manufacturer": "Gizmo Engineering",
    "url": "https://gizmo.engineering/",
    "maintainer": "federicoweber",
    "usb": {
        "vid": "0x6532",
        "pid": "0x0001",
        "device_version": "30.3.1"
    },
    "layouts": {
        "LAYOUT_gk6_2x2u": {
            "layout": [

M keyboards/gkeyboard/gkb_m16/config.h => keyboards/gkeyboard/gkb_m16/config.h +0 -6
@@ 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 VENDOR_ID    0x474B     // "GK"
#define PRODUCT_ID   0x4201
#define DEVICE_VER   0x0001
#define MANUFACTURER gkeyboard
#define PRODUCT      GKB-M16
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 4

M keyboards/gkeyboard/gkb_m16/info.json => keyboards/gkeyboard/gkb_m16/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "gkb_m16",
    "keyboard_name": "GKB-M16",
    "manufacturer": "gkeyboard",
    "url": "",
    "maintainer": "gkeyboard",
    "usb": {
        "vid": "0x474B",
        "pid": "0x4201",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_4x4": {
            "layout": [

M keyboards/gl516/a52gl/config.h => keyboards/gl516/a52gl/config.h +0 -7
@@ 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       0x04D8
#define PRODUCT_ID      0xE8D1
#define DEVICE_VER      0x0001
#define MANUFACTURER    Salicylic_Acid
#define PRODUCT         a52gl

/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 7

M keyboards/gl516/a52gl/info.json => keyboards/gl516/a52gl/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "a52gl", 
    "manufacturer": "Salicylic_Acid",
    "url": "https://salicylic-acid3.hatenablog.com/", 
    "maintainer": "Salicylic_acid3", 
    "usb": {
        "vid": "0x04D8",
        "pid": "0xE8D1",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gl516/j73gl/config.h => keyboards/gl516/j73gl/config.h +0 -7
@@ 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       0x04D8
#define PRODUCT_ID      0xE8D0
#define DEVICE_VER      0x0001
#define MANUFACTURER    Salicylic_Acid
#define PRODUCT         j73gl

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

M keyboards/gl516/j73gl/info.json => keyboards/gl516/j73gl/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "j73gl", 
    "manufacturer": "Salicylic_Acid",
    "url": "https://salicylic-acid3.hatenablog.com/", 
    "maintainer": "Salicylic_acid3", 
    "usb": {
        "vid": "0x04D8",
        "pid": "0xE8D0",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gl516/n51gl/config.h => keyboards/gl516/n51gl/config.h +0 -7
@@ 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       0x04D8
#define PRODUCT_ID      0xE8CF
#define DEVICE_VER      0x0001
#define MANUFACTURER    Salicylic_Acid
#define PRODUCT         n51gl

/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 7

M keyboards/gl516/n51gl/info.json => keyboards/gl516/n51gl/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "n51gl", 
    "manufacturer": "Salicylic_Acid",
    "url": "https://salicylic-acid3.hatenablog.com/", 
    "maintainer": "Salicylic_acid3", 
    "usb": {
        "vid": "0x04D8",
        "pid": "0xE8CF",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/glenpickle/chimera_ergo/config.h => keyboards/glenpickle/chimera_ergo/config.h +0 -8
@@ 19,14 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    unknown
#define PRODUCT         Chimera Ergo

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

M keyboards/glenpickle/chimera_ergo/info.json => keyboards/glenpickle/chimera_ergo/info.json +6 -0
@@ 1,7 1,13 @@
{
  "keyboard_name": "Chimera Ergo",
  "manufacturer": "Unknown",
  "url": "",
  "maintainer": "qmk",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x6060",
    "device_version": "0.0.1"
  },
  "layouts": {
    "LAYOUT": {
      "layout": [{"label":"k00", "x":0, "y":1}, {"label":"k01", "x":1, "y":0.75}, {"label":"k02", "x":2, "y":0.25}, {"label":"k03", "x":3, "y":0}, {"label":"k04", "x":4, "y":0.25}, {"label":"k05", "x":5, "y":0.5}, {"label":"k06", "x":7, "y":0.5}, {"label":"k07", "x":8, "y":0.25}, {"label":"k08", "x":9, "y":0}, {"label":"k09", "x":10, "y":0.25}, {"label":"k10", "x":11, "y":0.75}, {"label":"k11", "x":12, "y":1}, {"label":"k12", "x":0, "y":2}, {"label":"k13", "x":1, "y":1.75}, {"label":"k14", "x":2, "y":1.25}, {"label":"k15", "x":3, "y":1}, {"label":"k16", "x":4, "y":1.25}, {"label":"k17", "x":5, "y":1.5}, {"label":"k18", "x":7, "y":1.5}, {"label":"k19", "x":8, "y":1.25}, {"label":"k20", "x":9, "y":1}, {"label":"k21", "x":10, "y":1.25}, {"label":"k22", "x":11, "y":1.75}, {"label":"k23", "x":12, "y":2}, {"label":"k24", "x":0, "y":3}, {"label":"k25", "x":1, "y":2.75}, {"label":"k26", "x":2, "y":2.25}, {"label":"k27", "x":3, "y":2}, {"label":"k28", "x":4, "y":2.25}, {"label":"k29", "x":5, "y":2.5}, {"label":"k30", "x":7, "y":2.5}, {"label":"k31", "x":8, "y":2.25}, {"label":"k32", "x":9, "y":2}, {"label":"k33", "x":10, "y":2.25}, {"label":"k34", "x":11, "y":2.75}, {"label":"k35", "x":12, "y":3}, {"label":"k36", "x":0, "y":4}, {"label":"k37", "x":1, "y":3.75}, {"label":"k38", "x":2, "y":3.25}, {"label":"k39", "x":3, "y":3}, {"label":"k40", "x":4, "y":3.25}, {"label":"k41", "x":5, "y":3.5}, {"label":"k42", "x":7, "y":3.5}, {"label":"k43", "x":8, "y":3.25}, {"label":"k44", "x":9, "y":3}, {"label":"k45", "x":10, "y":3.25}, {"label":"k46", "x":11, "y":3.75}, {"label":"k47", "x":12, "y":4}, {"label":"k48", "x":4, "y":4.75}, {"label":"k49", "x":5, "y":5}, {"label":"k50", "x":7, "y":5}, {"label":"k51", "x":8, "y":4.75}]

M keyboards/glenpickle/chimera_ls/config.h => keyboards/glenpickle/chimera_ls/config.h +0 -8
@@ 19,14 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    unknown
#define PRODUCT         Chimera Lets Split

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

M keyboards/glenpickle/chimera_ls/info.json => keyboards/glenpickle/chimera_ls/info.json +7 -1
@@ 1,7 1,13 @@
{
  "keyboard_name": "Chimera LS",
  "keyboard_name": "Chimera Lets Split",
  "manufacturer": "Unknown",
  "url": "",
  "maintainer": "qmk",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x6060",
    "device_version": "0.0.1"
  },
  "layouts": {
    "LAYOUT_ortho_4x12": {
      "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}, {"x":7, "y":1}, {"x":8, "y":1}, {"x":9, "y":1}, {"x":10, "y":1}, {"x":11, "y":1}, {"x":12, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":4, "y":2}, {"x":5, "y":2}, {"x":7, "y":2}, {"x":8, "y":2}, {"x":9, "y":2}, {"x":10, "y":2}, {"x":11, "y":2}, {"x":12, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}, {"x":4, "y":3}, {"x":5, "y":3}, {"x":7, "y":3}, {"x":8, "y":3}, {"x":9, "y":3}, {"x":10, "y":3}, {"x":11, "y":3}, {"x":12, "y":3}]

M keyboards/glenpickle/chimera_ortho/config.h => keyboards/glenpickle/chimera_ortho/config.h +0 -8
@@ 19,14 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    unknown
#define PRODUCT         Chimera Ortho

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

M keyboards/glenpickle/chimera_ortho/info.json => keyboards/glenpickle/chimera_ortho/info.json +6 -0
@@ 1,6 1,12 @@
{
  "keyboard_name": "Chimera Ortho",
  "manufacturer": "Unknown",
  "maintainer": "qmk",
  "usb": {
    "vid": "0xFEED",
    "pid": "0x6060",
    "device_version": "0.0.1"
  },
  "layouts": {
    "LAYOUT": {
      "layout": [

M keyboards/glenpickle/chimera_ortho_plus/config.h => keyboards/glenpickle/chimera_ortho_plus/config.h +0 -8
@@ 19,14 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      0xDE1D
#define DEVICE_VER      0x0001
#define MANUFACTURER    unknown
#define PRODUCT         Chimera Ortho Plus

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

M keyboards/glenpickle/chimera_ortho_plus/info.json => keyboards/glenpickle/chimera_ortho_plus/info.json +6 -0
@@ 1,6 1,12 @@
{
  "keyboard_name": "Chimera Ortho Plus",
  "manufacturer": "Unknown",
  "maintainer": "qmk",
  "usb": {
    "vid": "0xFEED",
    "pid": "0xDE1D",
    "device_version": "0.0.1"
  },
  "layouts": {
    "LAYOUT": {
      "layout": [

M keyboards/gon/nerd60/config.h => keyboards/gon/nerd60/config.h +0 -7
@@ 2,13 2,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x4E45  // NE
#define PRODUCT_ID      0x3630  // 60
#define DEVICE_VER      0x0001
#define MANUFACTURER    GON
#define PRODUCT         NerD 60

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

M keyboards/gon/nerd60/info.json => keyboards/gon/nerd60/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "GON NerD 60",
    "keyboard_name": "NerD 60",
    "manufacturer": "GON",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4E45",
        "pid": "0x3630",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/gon/nerdtkl/config.h => keyboards/gon/nerdtkl/config.h +0 -7
@@ 2,13 2,6 @@

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x4E45  // NE
#define PRODUCT_ID      0x5244  // RD
#define DEVICE_VER      0x0001
#define MANUFACTURER    GON
#define PRODUCT         NerD TKL

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

M keyboards/gon/nerdtkl/info.json => keyboards/gon/nerdtkl/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "GON NerD TKL",
    "keyboard_name": "NerD TKL",
    "manufacturer": "GON",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4E45",
        "pid": "0x5244",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_tkl": {
            "layout": [

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

#include "config_common.h"

/* USB Device descriptor parameter */
#define VENDOR_ID       0x0007
#define PRODUCT_ID      0x0007
#define DEVICE_VER      0x0001
#define MANUFACTURER    Gopolar
#define PRODUCT         GG86 Tai-Chi

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

M keyboards/gopolar/gg86/info.json => keyboards/gopolar/gg86/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "GG86", 
    "keyboard_name": "GG86 Tai-Chi", 
    "manufacturer": "Gopolar",
    "url": "", 
    "maintainer": "Gopolar", 
    "usb": {
        "vid": "0x0007",
        "pid": "0x0007",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [

M keyboards/gorthage_truck/config.h => keyboards/gorthage_truck/config.h +0 -7
@@ 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    0xB33F
#define PRODUCT_ID   0x58E4
#define DEVICE_VER   0x0001
#define MANUFACTURER s8erdude
#define PRODUCT      gorthage_truck

/* key matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 9

M keyboards/gorthage_truck/info.json => keyboards/gorthage_truck/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "gorthage_truck",
    "manufacturer": "s8erdude",
    "url": "https://github.com/jpuerto96",
    "maintainer": "jpuerto96 (s8erdude)",
    "usb": {
        "vid": "0xB33F",
        "pid": "0x58E4",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_3u": {
            "layout": [

M keyboards/gowla/config.h => keyboards/gowla/config.h +0 -7
@@ 17,13 17,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      0xE9B6
#define DEVICE_VER      0x0001
#define MANUFACTURER    Gowla
#define PRODUCT         Gowla Macro Board

/* Matrix size */
#define MATRIX_ROWS 3
#define MATRIX_COLS 3

M keyboards/gowla/info.json => keyboards/gowla/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Gowla Macro Pad",
    "keyboard_name": "Gowla Macro Board",
    "manufacturer": "Gowla",
    "url": "https://github.com/SamGowland/Gowla-Macro-Board",
    "maintainer": "Gowla",
    "usb": {
        "vid": "0xFEED",
        "pid": "0xE9B6",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_ortho_3x3": {
            "layout": [

M keyboards/gray_studio/apollo80/config.h => keyboards/gray_studio/apollo80/config.h +0 -7
@@ 18,13 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       0x4753
#define PRODUCT_ID      0x3001
#define DEVICE_VER      0x0001
#define MANUFACTURER    Graystudio
#define PRODUCT         apollo80

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

M keyboards/gray_studio/apollo80/info.json => keyboards/gray_studio/apollo80/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "apollo 80",
    "keyboard_name": "apollo80",
    "manufacturer": "Graystudio",
    "url": "https://graystudio.club/products/gb-space80-apollo",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4753",
        "pid": "0x3001",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gray_studio/cod67/config.h => keyboards/gray_studio/cod67/config.h +0 -7
@@ 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       0x4753
#define PRODUCT_ID      0x1000
#define DEVICE_VER      0x0001
#define MANUFACTURER    Graystudio
#define PRODUCT         COD67

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

M keyboards/gray_studio/cod67/info.json => keyboards/gray_studio/cod67/info.json +6 -0
@@ 1,7 1,13 @@
{
  "keyboard_name": "COD67",
  "manufacturer": "Graystudio",
  "url": "",
  "maintainer": "qmk",
  "usb": {
    "vid": "0x4753",
    "pid": "0x1000",
    "device_version": "0.0.1"
  },
  "layouts": {
      "LAYOUT": {
          "layout": [{"label":"~", "x":0, "y":0}, {"label":"!", "x":1, "y":0}, {"label":"@", "x":2, "y":0}, {"label":"#", "x":3, "y":0}, {"label":"$", "x":4, "y":0}, {"label":"%", "x":5, "y":0}, {"label":"^", "x":6, "y":0}, {"label":"&", "x":7, "y":0}, {"label":"*", "x":8, "y":0}, {"label":"(", "x":9, "y":0}, {"label":")", "x":10, "y":0}, {"label":"_", "x":11, "y":0}, {"label":"+", "x":12, "y":0}, {"label":"Backspace", "x":13, "y":0, "w":2}, {"label":"Tab", "x":0, "y":1, "w":1.5}, {"label":"Q", "x":1.5, "y":1}, {"label":"W", "x":2.5, "y":1}, {"label":"E", "x":3.5, "y":1}, {"label":"R", "x":4.5, "y":1}, {"label":"T", "x":5.5, "y":1}, {"label":"Y", "x":6.5, "y":1}, {"label":"U", "x":7.5, "y":1}, {"label":"I", "x":8.5, "y":1}, {"label":"O", "x":9.5, "y":1}, {"label":"P", "x":10.5, "y":1}, {"label":"{", "x":11.5, "y":1}, {"label":"}", "x":12.5, "y":1}, {"label":"|", "x":13.5, "y":1, "w":1.5}, {"label":"Caps Lock", "x":0, "y":2, "w":1.75}, {"label":"A", "x":1.75, "y":2}, {"label":"S", "x":2.75, "y":2}, {"label":"D", "x":3.75, "y":2}, {"label":"F", "x":4.75, "y":2}, {"label":"G", "x":5.75, "y":2}, {"label":"H", "x":6.75, "y":2}, {"label":"J", "x":7.75, "y":2}, {"label":"K", "x":8.75, "y":2}, {"label":"L", "x":9.75, "y":2}, {"label":":", "x":10.75, "y":2}, {"label":"\"", "x":11.75, "y":2}, {"x":12.75, "y":2}, {"label":"Enter", "x":13.75, "y":2, "w":1.25}, {"label":"Shift", "x":0, "y":3, "w":1.25}, {"x":1.25, "y":3}, {"label":"Z", "x":2.25, "y":3}, {"label":"X", "x":3.25, "y":3}, {"label":"C", "x":4.25, "y":3}, {"label":"V", "x":5.25, "y":3}, {"label":"B", "x":6.25, "y":3}, {"label":"N", "x":7.25, "y":3}, {"label":"M", "x":8.25, "y":3}, {"label":"<", "x":9.25, "y":3}, {"label":">", "x":10.25, "y":3}, {"label":"Shift", "x":11.25, "y":3, "w":1.75}, {"x":13, "y":3}, {"x":14, "y":3}, {"label":"Ctrl", "x":0, "y":4}, {"label":"Win", "x":1, "y":4}, {"label":"Alt", "x":2, "y":4}, {"x":3, "y":4}, {"x":4, "y":4}, {"x":5, "y":4}, {"x":6, "y":4, "w":2}, {"x":8, "y":4}, {"x":9, "y":4}, {"x":10, "y":4}, {"label":"Alt", "x":11, "y":4}, {"label":"Win", "x":12, "y":4}, {"label":"Menu", "x":13, "y":4}, {"label":"Ctrl", "x":14, "y":4}]

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

#pragma once

#define VENDOR_ID       0x4753
#define PRODUCT_ID      0x2000
#define DEVICE_VER      0x0200
#define MANUFACTURER    Gray Studio
#define PRODUCT         HB85

/* matrix size */
#define MATRIX_ROWS 8
#define MATRIX_COLS 15

M keyboards/gray_studio/hb85/info.json => keyboards/gray_studio/hb85/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Gray Studio HB85", 
    "keyboard_name": "HB85", 
    "manufacturer": "Gray Studio",
    "url": "", 
    "maintainer": "qmk", 
    "usb": {
        "vid": "0x4753",
        "pid": "0x2000",
        "device_version": "2.0.0"
    },
    "layouts": {
        "LAYOUT_all": {
            "layout": [{"x":1.5, "y":0}, {"x":2.75, "y":0}, {"x":3.75, "y":0}, {"x":4.75, "y":0}, {"x":5.75, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11.25, "y":0}, {"x":12.25, "y":0}, {"x":13.25, "y":0}, {"x":14.25, "y":0}, {"x":15.5, "y":0}, {"x":0, "y":1.25}, {"x":1, "y":1.25}, {"x":2, "y":1.25}, {"x":3, "y":1.25}, {"x":4, "y":1.25}, {"x":5, "y":1.25}, {"x":6, "y":1.25}, {"x":7, "y":1.25}, {"x":8, "y":1.25}, {"x":9, "y":1.25}, {"x":10, "y":1.25}, {"x":11, "y":1.25}, {"x":12, "y":1.25}, {"x":13, "y":1.25}, {"x":14, "y":1.25}, {"x":15, "y":1.25}, {"x":16, "y":1.25}, {"x":17, "y":1.25}, {"x":0, "y":2.25, "w":1.5}, {"x":1.5, "y":2.25}, {"x":2.5, "y":2.25}, {"x":3.5, "y":2.25}, {"x":4.5, "y":2.25}, {"x":5.5, "y":2.25}, {"x":6.5, "y":2.25}, {"x":7.5, "y":2.25}, {"x":8.5, "y":2.25}, {"x":9.5, "y":2.25}, {"x":10.5, "y":2.25}, {"x":11.5, "y":2.25}, {"x":12.5, "y":2.25}, {"x":13.5, "y":2.25, "w":1.5}, {"x":15, "y":2.25}, {"x":16, "y":2.25}, {"x":17, "y":2.25}, {"x":0, "y":3.25, "w":1.75}, {"x":1.75, "y":3.25}, {"x":2.75, "y":3.25}, {"x":3.75, "y":3.25}, {"x":4.75, "y":3.25}, {"x":5.75, "y":3.25}, {"x":6.75, "y":3.25}, {"x":7.75, "y":3.25}, {"x":8.75, "y":3.25}, {"x":9.75, "y":3.25}, {"x":10.75, "y":3.25}, {"x":11.75, "y":3.25}, {"x":12.75, "y":3.25, "w":2.25}, {"x":15, "y":3.25}, {"x":16, "y":3.25}, {"x":17, "y":3.25}, {"x":0, "y":4.25, "w":1.25}, {"x":1.25, "y":4.25}, {"x":2.25, "y":4.25}, {"x":3.25, "y":4.25}, {"x":4.25, "y":4.25}, {"x":5.25, "y":4.25}, {"x":6.25, "y":4.25}, {"x":7.25, "y":4.25}, {"x":8.25, "y":4.25}, {"x":9.25, "y":4.25}, {"x":10.25, "y":4.25}, {"x":11.25, "y":4.25}, {"x":12.25, "y":4.25, "w":1.75}, {"x":14, "y":4.25}, {"x":15, "y":4.25}, {"x":16, "y":4.25}, {"x":17, "y":4.25}, {"x":1.25, "y":5.25, "w":1.25}, {"x":2.5, "y":5.25, "w":1.25}, {"x":3.75, "y":5.25, "w":6.25}, {"x":10, "y":5.25}, {"x":11, "y":5.25}, {"x":12, "y":5.25}, {"x":13, "y":5.25}, {"x":14, "y":5.25}, {"x":15, "y":5.25}, {"x":16, "y":5.25}]

M keyboards/gray_studio/space65/config.h => keyboards/gray_studio/space65/config.h +0 -7
@@ 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       0x4753
#define PRODUCT_ID      0x3000
#define DEVICE_VER      0x0001
#define MANUFACTURER    Graystudio
#define PRODUCT         Space65

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

M keyboards/gray_studio/space65/info.json => keyboards/gray_studio/space65/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Gray Studio Space65",
    "keyboard_name": "Space65",
    "manufacturer": "Graystudio",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4753",
        "pid": "0x3000",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gray_studio/think65/hotswap/config.h => keyboards/gray_studio/think65/hotswap/config.h +0 -7
@@ 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       0x4753
#define PRODUCT_ID      0x4001
#define DEVICE_VER      0x0001
#define MANUFACTURER    Graystudio
#define PRODUCT         Think6.5° Hotswap

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

M keyboards/gray_studio/think65/hotswap/info.json => keyboards/gray_studio/think65/hotswap/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "THINK6.5",
    "keyboard_name": "Think6.5° Hotswap",
    "manufacturer": "Graystudio",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4753",
        "pid": "0x4001",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_65_ansi_blocker": {
            "layout": [

M keyboards/gray_studio/think65/solder/config.h => keyboards/gray_studio/think65/solder/config.h +0 -7
@@ 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       0x4753
#define PRODUCT_ID      0x4000
#define DEVICE_VER      0x0001
#define MANUFACTURER    Graystudio
#define PRODUCT         Think6.5°

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

M keyboards/gray_studio/think65/solder/info.json => keyboards/gray_studio/think65/solder/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "THINK6.5",
    "keyboard_name": "Think6.5°",
    "manufacturer": "Graystudio",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4753",
        "pid": "0x4000",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT_65_ansi_blocker": {
            "layout": [

M keyboards/grid600/press/config.h => keyboards/grid600/press/config.h +0 -7
@@ 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      0x7539
#define DEVICE_VER      0x0005
#define MANUFACTURER    Grid
#define PRODUCT         PRESS

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

M keyboards/grid600/press/info.json => keyboards/grid600/press/info.json +7 -1
@@ 1,7 1,13 @@
{
    "keyboard_name": "Grid 600 Type 05 PRESS Cover Module", 
    "keyboard_name": "PRESS", 
    "manufacturer": "Grid",
    "url": "", 
    "maintainer": "qmk", 
    "usb": {
        "vid": "0xFEED",
        "pid": "0x7539",
        "device_version": "0.0.5"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}]

M keyboards/gvalchca/ga150/config.h => keyboards/gvalchca/ga150/config.h +0 -7
@@ 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       0x6776
#define PRODUCT_ID      0x6135
#define DEVICE_VER      0x0001
#define MANUFACTURER    Gvalchca
#define PRODUCT         GA15.0

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

M keyboards/gvalchca/ga150/info.json => keyboards/gvalchca/ga150/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "GA15.0",
    "manufacturer": "Gvalchca",
    "url": "",
    "maintainer": "Gvalchca",
    "usb": {
        "vid": "0x6776",
        "pid": "0x6135",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [

M keyboards/gvalchca/spaccboard/config.h => keyboards/gvalchca/spaccboard/config.h +0 -7
@@ 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       0x6776
#define PRODUCT_ID      0x5342
#define DEVICE_VER      0x0001
#define MANUFACTURER    Gvalchca
#define PRODUCT         SpaccBoard

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

M keyboards/gvalchca/spaccboard/info.json => keyboards/gvalchca/spaccboard/info.json +6 -0
@@ 1,7 1,13 @@
{
    "keyboard_name": "SpaccBoard",
    "manufacturer": "Gvalchca",
    "url": "https://keebmeup.com",
    "maintainer": "Gvalchca",
    "usb": {
        "vid": "0x6776",
        "pid": "0x5342",
        "device_version": "0.0.1"
    },
    "layouts": {
        "LAYOUT": {
            "layout": [