Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
commit
c202602938
170 changed files with 508 additions and 750 deletions
|
@ -19,11 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x4558 // EX
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Exclusive
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 11
|
||||
#define MATRIX_COLS 9
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
/* Copyright 2020 MechMerlin
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#define PRODUCT_ID 0xE851 // E8.5 Hotswap
|
||||
#define PRODUCT E8.5 Hotswap PCB
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "Exclusive E8.5 TKL",
|
||||
"keyboard_name": "E8.5 Hotswap",
|
||||
"manufacturer": "Exclusive",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x4558",
|
||||
"pid": "0xE851",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ansi_standard": {
|
||||
"layout": [
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
/* Copyright 2020 MechMerlin
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#define PRODUCT_ID 0xE852 // E8.5 Soldered
|
||||
#define PRODUCT E8.5 Soldered PCB
|
|
@ -1,7 +1,13 @@
|
|||
{
|
||||
"keyboard_name": "Exclusive E8.5 TKL",
|
||||
"keyboard_name": "E8.5 Soldered",
|
||||
"manufacturer": "Exclusive",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"usb": {
|
||||
"vid": "0x4558",
|
||||
"pid": "0xE852",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue