8 lines
214 B
C
8 lines
214 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x7B, 0x23, 0xF2, 0xEE, 0xC2, 0x2B, 0xF6, 0x32}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 1}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 1}
|