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

@@ -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 0x4B43
#define PRODUCT_ID 0x5050
#define MANUFACTURER KapCave
#define PRODUCT paladinpad
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 4

View File

@@ -1,7 +1,12 @@
{
"keyboard_name": "PaladinPad",
"manufacturer": "KapCave",
"url": "https://kapcave.com/products/paladinpad-pcb",
"maintainer": "nachie",
"usb": {
"vid": "0x4B43",
"pid": "0x5050"
},
"layouts": {
"LAYOUT_ortho_5x4": {
"layout": [

View File

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

View File

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