9 lines
216 B
C
9 lines
216 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VIAL_KEYBOARD_UID {0x93, 0x6D, 0xC2, 0x30, 0x27, 0x2D, 0x00, 0x97}
|
||
|
|
||
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 1}
|
||
|
#define VIAL_UNLOCK_COMBO_COLS {0, 11}
|