forked from mirrors/qmk_userspace
[Keymap] Add Via support to ALPS64 (#9041)
This commit is contained in:
parent
c9d396dd47
commit
32d03db371
3 changed files with 47 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue