9 lines
215 B
C
9 lines
215 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x1D, 0x56, 0xD2, 0xE3, 0xFF, 0x00, 0x39, 0x52}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 1}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 0}
|
|
|