13 lines
324 B
C
13 lines
324 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x05, 0x11, 0xC1, 0xA5, 0x27, 0x2B, 0xE9, 0x72}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 1, 1 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 14 }
|
|
|
|
#define VIAL_COMBO_ENTRIES 32
|
|
#define VIAL_TAP_DANCE_ENTRIES 32
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|