8 lines
220 B
C
8 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x01, 0x0B, 0x6B, 0xD3, 0x32, 0xC7, 0xB0, 0x93}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 20 }
|