52c1278d6d
* 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 {0x0E, 0xFE, 0x3C, 0xA2, 0xA0, 0x49, 0x65, 0x47}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|