* Port Keychron V7 to VIAL * Correctly use `vial.json` for ISO V7 * Change 2nd key for unlock combo to correct index for the ISO variant of the V7
9 lines
220 B
C
9 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xC1, 0x5F, 0x7F, 0x86, 0xF9, 0x18, 0x5B, 0x68}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|