8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xF3, 0x69, 0xDF, 0x31, 0x09, 0xCF, 0x57, 0x27}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 1, 1 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|