8 lines
218 B
C
Executable File
8 lines
218 B
C
Executable File
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x15, 0xCC, 0x19, 0x23, 0x67, 0xBD, 0xB7, 0x02}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 3, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 } |