12 lines
318 B
C
12 lines
318 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define VIAL_KEYBOARD_UID {0xD1, 0x17, 0x1B, 0x09, 0x80, 0x38, 0x78, 0xB1}
|
||
|
|
||
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
||
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
||
|
#define VIAL_TAP_DANCE_ENTRIES 2
|
||
|
#define VIAL_COMBO_ENTRIES 2
|
||
|
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|