12 lines
322 B
C
12 lines
322 B
C
// Copyright 2023 Oleg Titov <oleg.titov@gmail.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Unique keyboard id
|
|
#define VIAL_KEYBOARD_UID {0x20, 0xF2, 0xD5, 0xEA, 0xD8, 0x72, 0x04, 0xA6}
|
|
|
|
// Unlock with keys "2" and "4"
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 2, 4 }
|