8 lines
215 B
C
8 lines
215 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VIAL_KEYBOARD_UID {0x23, 0x37, 0xA3, 0x52, 0xCC, 0x97, 0x65, 0xF5}
|
||
|
#define VIAL_UNLOCK_COMBO_ROWS {5, 11}
|
||
|
#define VIAL_UNLOCK_COMBO_COLS {5, 0}
|