Browse Source

[Keyboard] Match Vendor ID to my other keyboard, "unison". (#13699)

Co-authored-by: Takeshi Nishio <kkeennnn@gmail.com>
pull/13776/head
Takeshi Nishio 2 years ago
committed by GitHub
parent
commit
441fd2ca5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/jones/v03/config.h
  2. +1
    -1
      keyboards/jones/v03_1/config.h

+ 1
- 1
keyboards/jones/v03/config.h View File

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define VENDOR_ID 0xB9DD
#define PRODUCT_ID 0x175A
#define DEVICE_VER 0x0030
#define MANUFACTURER jpskenn


+ 1
- 1
keyboards/jones/v03_1/config.h View File

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define VENDOR_ID 0xB9DD
#define PRODUCT_ID 0x175A
#define DEVICE_VER 0x0031
#define MANUFACTURER jpskenn


Loading…
Cancel
Save