Move keyboard USB IDs and strings to data driven: develop (#18152)

* Move keyboard USB IDs and strings to data driven: develop

* Also do new onekeys
master^2
Ryan 2022-08-25 00:28:38 +10:00 committed by GitHub
parent e06ea4a10f
commit cf41c24db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 38 additions and 70 deletions

View File

@ -22,12 +22,6 @@
#define MATRIX_ROWS 5 #define MATRIX_ROWS 5
#define MATRIX_COLS 3 #define MATRIX_COLS 3
#define VENDOR_ID 0x239A
#define PRODUCT_ID 0x0108
#define DEVICE_VER 0x0001
#define MANUFACTURER Adafruit
#define PRODUCT Macropad RP2040
/* Keyboard Matrix Assignments */ /* Keyboard Matrix Assignments */
// clang-format off // clang-format off
#define DIRECT_PINS { \ #define DIRECT_PINS { \

View File

@ -1,7 +1,13 @@
{ {
"keyboard_name": "Adafruit Macropad RP2040", "keyboard_name": "Macropad RP2040",
"manufacturer": "Adafruit",
"url": "https://learn.adafruit.com/adafruit-macropad-rp2040", "url": "https://learn.adafruit.com/adafruit-macropad-rp2040",
"maintainer": "Jpe230", "maintainer": "Jpe230",
"usb": {
"vid": "0x239A",
"pid": "0x0108",
"device_version": "0.0.1"
},
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

View File

@ -1,21 +0,0 @@
/* Copyright 2021 Glorious, LLC <salman@pcgamingrace.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"
#define PRODUCT_ID 0x504B

View File

@ -1,7 +1,13 @@
{ {
"keyboard_name": "GMMK V2 96 ANSI", "keyboard_name": "GMMK V2 96 ANSI",
"manufacturer": "Glorious",
"url": "http://www.pcgamingrace.com", "url": "http://www.pcgamingrace.com",
"maintainer": "GloriousThrall", "maintainer": "GloriousThrall",
"usb": {
"vid": "0x320F",
"pid": "0x504B",
"device_version": "0.0.1"
},
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

View File

@ -18,13 +18,6 @@
#include "config_common.h" #include "config_common.h"
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0001
#define VENDOR_ID 0x320F
#define MANUFACTURER Glorious
#define PRODUCT GMMK 2 96
/* key matrix size */ /* key matrix size */
#define MATRIX_ROWS 14 #define MATRIX_ROWS 14
#define MATRIX_COLS 8 #define MATRIX_COLS 8

View File

@ -1,21 +0,0 @@
/* Copyright 2021 Glorious, LLC <salman@pcgamingrace.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include "config_common.h"
#define PRODUCT_ID 0x505A

View File

@ -1,7 +1,13 @@
{ {
"keyboard_name": "GMMK V2 96 ISO", "keyboard_name": "GMMK V2 96 ISO",
"manufacturer": "Glorious",
"url": "http://www.pcgamingrace.com", "url": "http://www.pcgamingrace.com",
"maintainer": "GloriousThrall", "maintainer": "GloriousThrall",
"usb": {
"vid": "0x320F",
"pid": "0x505A",
"device_version": "0.0.1"
},
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

View File

@ -18,8 +18,6 @@
#include "config_common.h" #include "config_common.h"
#define PRODUCT Onekey Bluepill STM32F103C6
#define MATRIX_COL_PINS { B0 } #define MATRIX_COL_PINS { B0 }
#define MATRIX_ROW_PINS { A7 } #define MATRIX_ROW_PINS { A7 }
#define UNUSED_PINS #define UNUSED_PINS

View File

@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey Bluepill STM32F103C6"
}

View File

@ -5,7 +5,6 @@
#include "config_common.h" #include "config_common.h"
#define PRODUCT Onekey Raspberry Pi RP2040
#define MATRIX_COL_PINS \ #define MATRIX_COL_PINS \
{ GP4 } { GP4 }
#define MATRIX_ROW_PINS \ #define MATRIX_ROW_PINS \

View File

@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey KB2040"
}

View File

@ -5,7 +5,6 @@
#include "config_common.h" #include "config_common.h"
#define PRODUCT Onekey Raspberry Pi RP2040
#define MATRIX_COL_PINS \ #define MATRIX_COL_PINS \
{ GP4 } { GP4 }
#define MATRIX_ROW_PINS \ #define MATRIX_ROW_PINS \

View File

@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey RP2040"
}

View File

@ -19,8 +19,6 @@
// TODO: including this causes "error: expected identifier before '(' token" errors // TODO: including this causes "error: expected identifier before '(' token" errors
//#include "config_common.h" //#include "config_common.h"
#define PRODUCT Onekey Teensy 3.5
#define MATRIX_COL_PINS { D5 } // 20/A6 #define MATRIX_COL_PINS { D5 } // 20/A6
#define MATRIX_ROW_PINS { B2 } // 19/A5 #define MATRIX_ROW_PINS { B2 } // 19/A5

View File

@ -0,0 +1,3 @@
{
"keyboard_name": "Onekey Teensy 3.5"
}

View File

@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h" #include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x00FA
#define PRODUCT_ID 0x2322
#define DEVICE_VER 0x0001
#define MANUFACTURER JJ48_24 & Omar Afzal
#define PRODUCT Gentleman 65
/* key matrix size */ /* key matrix size */
#define MATRIX_ROWS 5 #define MATRIX_ROWS 5
#define MATRIX_COLS 16 #define MATRIX_COLS 16

View File

@ -1,7 +1,13 @@
{ {
"name": "The Gentleman 65 Suited Edition", "keyboard_name": "Gentleman 65",
"manufacturer": "JJ48_24 & Omar Afzal",
"url": "https://jkeys.design/products/gentleman-65-suited-edition", "url": "https://jkeys.design/products/gentleman-65-suited-edition",
"maintainer": "OmarA", "maintainer": "OmarA",
"usb": {
"vid": "0x00FA",
"pid": "0x2322",
"device_version": "0.0.1"
},
"layouts": { "layouts": {
"LAYOUT_all": { "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}] "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}]