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 {0x1F, 0x48, 0x8E, 0x25, 0x7E, 0xB2, 0x17, 0x98}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |