[Keyboard] Add via support for the Leopold FC980C (#12860)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user