Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
fauxpark
2022-08-20 10:55:40 +10:00
550 changed files with 1689 additions and 1819 deletions

View File

@@ -17,13 +17,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0x7431
#define PRODUCT_ID 0xD645
#define MANUFACTURER tominabox1
#define PRODUCT Le Chiffre
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 10

View File

@@ -17,10 +17,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0003
/* COL2ROW, ROW2COL*/
#undef DIODE_DIRECTION
#define DIODE_DIRECTION COL2ROW

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.3"
}
}

View File

@@ -1,7 +1,12 @@
{
"keyboard_name": "le_chiffre",
"keyboard_name": "Le Chiffre",
"manufacturer": "tominabox1",
"url": "",
"maintainer": "tominabox1",
"usb": {
"vid": "0x7431",
"pid": "0xD645"
},
"layouts": {
"LAYOUT": {
"layout": [{"label":"Q", "x":0, "y":0}, {"label":"W", "x":1, "y":0}, {"label":"E", "x":2, "y":0}, {"label":"R", "x":3, "y":0}, {"label":"T", "x":4, "y":0}, {"label":"Rotary", "x":5, "y":0, "w":1}, {"label":"Y", "x":6, "y":0}, {"label":"U", "x":7, "y":0}, {"label":"I", "x":8, "y":0}, {"label":"O", "x":9, "y":0}, {"label":"P", "x":10, "y":0},

View File

@@ -17,9 +17,6 @@
#include "config_common.h"
/* USB Device descriptor parameter */
#define DEVICE_VER 0x0001
/*
* Keyboard Matrix Assignments
*

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.1"
}
}

View File

@@ -17,8 +17,6 @@
#include "config_common.h"
#define DEVICE_VER 0x0002
/*
* Keyboard Matrix Assignments
*

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.2"
}
}