9 lines
220 B
C
9 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x06, 0xD3, 0x65, 0xEC, 0x15, 0x24, 0x31, 0x36}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 1, 15 }
|