Move keyboard USB IDs and strings to data driven: D (#17814)

This commit is contained in:
Ryan
2022-07-30 13:02:47 +10:00
committed by GitHub
parent d1096ad440
commit 306e50b84c
130 changed files with 392 additions and 460 deletions

View File

@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define MANUFACTURER dyz
#define PRODUCT dyz40
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 13

View File

@@ -1,5 +1,6 @@
{
"keyboard_name": "dyz40",
"manufacturer": "dyz",
"url": "https://github.com/dayatz/mechanical-keyboards/tree/master/dyz40",
"maintainer": "dayatz",
"diode_direction": "COL2ROW",

View File

@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define MANUFACTURER dyz
#define PRODUCT dyz60
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

View File

@@ -1,5 +1,6 @@
{
"keyboard_name": "dyz60",
"manufacturer": "dyz",
"url": "https://github.com/dayatz/mechanical-keyboards/tree/master/dyz60",
"maintainer": "dayatz",
"diode_direction": "COL2ROW",

View File

@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define MANUFACTURER dyz
#define PRODUCT dyz_TKL
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

View File

@@ -1,5 +1,6 @@
{
"keyboard_name": "dyz_TKL",
"manufacturer": "dyz",
"url": "https://github.com/dayatz/mechanical-keyboards/tree/master/dyz_tkl",
"maintainer": "dayatz",
"diode_direction": "COL2ROW",

View File

@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define MANUFACTURER dyz
#define PRODUCT selka40
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

View File

@@ -1,5 +1,6 @@
{
"keyboard_name": "selka40",
"manufacturer": "dyz",
"url": "https://github.com/dayatz/mechanical-keyboards/tree/master/selka40",
"maintainer": "dayatz",
"diode_direction": "COL2ROW",

View File

@@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define MANUFACTURER dyz
#define PRODUCT Synthesis60 v2.1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

View File

@@ -1,5 +1,6 @@
{
"keyboard_name": "synthesis60",
"keyboard_name": "Synthesis60 v2.1",
"manufacturer": "dyz",
"url": "https://github.com/dayatz/mechanical-keyboards/tree/master/synthesis60",
"maintainer": "dayatz",
"diode_direction": "COL2ROW",