11 lines
283 B
C
11 lines
283 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 7 }
|
|
#define VIAL_KEYBOARD_UID {0xFB, 0x68, 0x1F, 0x02, 0xF9, 0xBD, 0x06, 0x26}
|
|
#define VIAL_TAP_DANCE_ENTRIES 10
|
|
#define VIAL_COMBO_ENTRIES 10
|
|
|