[Keyboard] Add via support for the Leopold FC980C (#12860)
This commit is contained in:
parent
09e22b9cfc
commit
3966599940
3 changed files with 49 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue