cc9320cc17
* Port Keychron V4 to VIAL * Change 2nd for unlock combo to correct index for the ISO variant of the V4
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xE1, 0x1F, 0xE6, 0x47, 0x42, 0x90, 0xC8, 0xB5}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |