8 lines
218 B
C
8 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x03, 0xCC, 0xA7, 0xA1, 0x28, 0x59, 0x4E, 0x99}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 5 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 }
|