* keyboards/spiderisland/split78: Create vial keymap based on default * keyboards/spiderisland/split78: Add Vial config
13 lines
324 B
C
13 lines
324 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID { 0x52, 0x5F, 0x74, 0x9A, 0xEB, 0xA5, 0x18, 0xC9 }
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 6 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 10 }
|
|
|
|
#define VIAL_COMBO_ENTRIES 12
|
|
#define VIAL_TAP_DANCE_ENTRIES 12
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
|