1
0
Fork 0

[Keyboard] Add via support for the Leopold FC980C (#12860)

This commit is contained in:
John Graham 2021-06-15 21:18:20 -07:00 committed by GitHub
parent 09e22b9cfc
commit 3966599940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 3 deletions

View file

@ -21,11 +21,14 @@ 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 0x4853
#define PRODUCT_ID 0x980C
#define DEVICE_VER 0x0100
#define MANUFACTURER QMK
#define PRODUCT Leopold FC980C with QMK
#define MANUFACTURER Hasu
#define PRODUCT FC980C
/* Maximum dynamic keymap layers (constrained by EEPROM space) */
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
/* key matrix size */
#define MATRIX_ROWS 8