* Port Keychron V5 to VIAL * Change 2nd for unlock combo to correct index for the ANSI and ISO variants of the V5
8 lines
No EOL
219 B
C
8 lines
No EOL
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xEF, 0xAA, 0x03, 0x98, 0x0C, 0x0D, 0x73, 0x80}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |