8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x97, 0x93, 0xA5, 0x42, 0xB0, 0xB2, 0x94, 0x68}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 1, 8 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 3, 4 }
|