1b9c9bc6da
* Added support for cannonkeys/instant65 * Added newline at end of file
10 lines
221 B
C
10 lines
221 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xD4, 0x86, 0xAD, 0x38, 0x1E, 0x0B, 0xBB, 0x8D}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|