4190085d2d
* Port Keychron V1 to VIAL * Update VIAL UIDs for ISO variants of Keychron V1 * Move index to top right for (5,6) right modifier key * Change 2nd key for unlock combo to correct index for ANSI variants of V1
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xB7, 0x46, 0xF8, 0xF6, 0x56, 0x3F, 0xA5, 0x8F}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |