7 lines
143 B
C
7 lines
143 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
|
||
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 1 }
|