summaryrefslogtreecommitdiff
path: root/keyboards/fc980c/config.h
diff options
context:
space:
mode:
authorJohn Graham <penmoid@gmail.com>2021-06-15 21:18:20 -0700
committerGitHub <noreply@github.com>2021-06-15 21:18:20 -0700
commit3966599940ece9d6898bd9a77d0ea0c988399719 (patch)
treec39a3515fc1edb293bfb262b5d0ecaf4af3bf521 /keyboards/fc980c/config.h
parent09e22b9cfc6660f519243b8f63de6042de89b4cb (diff)
[Keyboard] Add via support for the Leopold FC980C (#12860)
Diffstat (limited to 'keyboards/fc980c/config.h')
-rw-r--r--keyboards/fc980c/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/fc980c/config.h b/keyboards/fc980c/config.h
index 8400d2cdab..b74ca64a5c 100644
--- a/keyboards/fc980c/config.h
+++ b/keyboards/fc980c/config.h
@@ -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