[Keymap] Add Via support to ALPS64 (#9041)

This commit is contained in:
jja2000 2020-05-19 12:27:43 +02:00 committed by GitHub
parent c9d396dd47
commit 32d03db371
Failed to generate hash of commit
3 changed files with 47 additions and 2 deletions

View file

@ -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.