f5f85bbb0c
* jabberwocky v2 vial support * updating productId for consistency
7 lines
217 B
C
7 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x31, 0x61, 0x3D, 0xD3, 0xC0, 0x3B, 0x89, 0x0E}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 7 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 2, 9 } |