Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -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
|
||||
|
@@ -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": [
|
||||
|
5
keyboards/kapcave/paladinpad/rev1/info.json
Normal file
5
keyboards/kapcave/paladinpad/rev1/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
5
keyboards/kapcave/paladinpad/rev2/info.json
Normal file
5
keyboards/kapcave/paladinpad/rev2/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user