53ea4b145c
* added support for frog mini * Update config.h Fixed licensing mistake in config.h
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x52, 0xEE, 0xFA, 0xCA, 0x7E, 0x62, 0xFE, 0x54}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|