239fc0adad
* Port Keychron V5 to VIAL * Change 2nd for unlock combo to correct index for the ANSI and ISO variants of the V5
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x95, 0xCD, 0xBB, 0x55, 0x7B, 0x08, 0x72, 0x81}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |