8 lines
216 B
C
8 lines
216 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x65, 0x3E, 0x18, 0x61, 0x38, 0x9D, 0x5E, 0xD3}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 5}
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0} |