* Port Keychron V2 to VIAL * Change 2nd for unlock combo to correct index for ISO and JIS variants of the V2
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x39, 0x88, 0x8B, 0x8A, 0xBC, 0xEA, 0xF8, 0x98}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |