adophoxia 3d64a1f1c7
Port Keychron V2 to VIAL (#368)
* Port Keychron V2 to VIAL

* Change 2nd for unlock combo to correct index for ISO and JIS variants of the V2
2023-02-17 01:22:49 -06:00

8 lines
219 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
#define VIAL_KEYBOARD_UID {0x64, 0xC7, 0x00, 0x26, 0x46, 0x90, 0x93, 0x7A}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }