62e175224f
Some options have been disabled to reduce the size of the firmware. See rules.mk file.
10 lines
235 B
C
10 lines
235 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x25, 0xF8, 0xE5, 0xFD, 0xC9, 0x4F, 0x9A, 0x7C}
|
|
|
|
// ESC + Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|