927f528b73
* Adds Vial Support for Kindakeyboards/conone65 Adds Vial Support for the Conone65, tested only 6,25u + 3x1u Layout * Adds more bottom row options for kindakeyboards/conone65 adds 7u + 3x1u bottom row option
11 lines
288 B
C
11 lines
288 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x73, 0xB6, 0x68, 0xBC, 0x33, 0x35, 0xB6, 0x8F}
|
|
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
#define VIAL_COMBO_DANCE_ENTRIES 4
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|