summaryrefslogtreecommitdiff
path: root/keyboards/alps64/config.h
diff options
context:
space:
mode:
authorjja2000 <jja2000@gmail.com>2020-05-19 12:27:43 +0200
committerGitHub <noreply@github.com>2020-05-19 03:27:43 -0700
commit32d03db3714a73391002480363a982c92fcce007 (patch)
treee7426a04a11260ee79a1c791664c0159fb98d077 /keyboards/alps64/config.h
parentc9d396dd47a1cbecefc45f104a2e7c0ebe2a813e (diff)
[Keymap] Add Via support to ALPS64 (#9041)
Diffstat (limited to 'keyboards/alps64/config.h')
-rw-r--r--keyboards/alps64/config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/alps64/config.h b/keyboards/alps64/config.h
index 237dfbbe77..25453e696f 100644
--- a/keyboards/alps64/config.h
+++ b/keyboards/alps64/config.h
@@ -20,8 +20,8 @@ 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 PRODUCT_ID 0x6464
+#define VENDOR_ID 0x6873 //hs "Hasu"
+#define PRODUCT_ID 0x6464 //Alps"64"
#define DEVICE_VER 0x0001
#define MANUFACTURER Hasu
#define PRODUCT Alps64
@@ -48,6 +48,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
+/* Bootmagic Lite Support*/
+#define BOOTMAGIC_LITE_ROW 3
+#define BOOTMAGIC_LITE_COLUMN 6
+
/*
* Feature disable options
* These options are also useful to firmware size reduction.