* 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 {0x35, 0x35, 0x2D, 0x59, 0x0D, 0xAE, 0xA1, 0x30}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |