8 lines
218 B
C
8 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x4F, 0x9A, 0x90, 0xD0, 0x29, 0xF8, 0x8E, 0x35}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|