8 lines
218 B
C
8 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x81, 0x3A, 0x43, 0xF2, 0xDE, 0xDD, 0xEA, 0x55}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 9 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 }
|