12 lines
321 B
C
12 lines
321 B
C
// Copyright 2025 Ll3ma (@ll3ma)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#define VIAL_KEYBOARD_UID {0x08, 0xDB, 0x6F, 0x28, 0x40, 0xFD, 0x6F, 0x58}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 2 }
|
|
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
|
|
#ifndef LAYOUT
|
|
#define LAYOUT LAYOUT_default
|
|
#endif
|