* fix: move more Vial keymaps to intended folders * fix: builds * fix: libra_mini * fix: pull upstream changes for binepad/bn009 * fix: velocifire/sun20pro * fix: ekow/akira --------- Co-authored-by: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com>
13 lines
329 B
C
13 lines
329 B
C
// Copyright 2021 Ll3macorn (@ll3macorn)
|
|
// 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
|