7 lines
214 B
C
7 lines
214 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x33, 0x1B, 0x07, 0xD7, 0x42, 0xB9, 0x00, 0xAE}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 3}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 12} |