8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
#define VIAL_KEYBOARD_UID {0xB2, 0x57, 0x6B, 0x98, 0x8A, 0x10, 0x3D, 0xAC}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 12 }
|