1
0
Fork 0

[Keyboard] Added via support for JISplit89 (#10547)

-Changing the VID
-Add a keymap via
-Keymap and copyright fixes
This commit is contained in:
Salicylic-acid3 2020-10-16 13:22:25 +09:00 committed by GitHub
parent 73699cccbc
commit a1f129edd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 219 additions and 61 deletions

View file

@ -1,5 +1,5 @@
/*
Copyright 2020 Salicylic_acid3
Copyright 2020 Salicylic_Acid
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
@ -18,12 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x3060
#define DEVICE_VER 0x06ae
#define VENDOR_ID 0x04D8
#define PRODUCT_ID 0xEB4F
#define DEVICE_VER 0x0001
#define MANUFACTURER Salicylic_Acid
#define PRODUCT jisplit89
#define DESCRIPTION A custom keyboard
/* key matrix size */
#define MATRIX_ROWS 14