Copy the keyboard entry for the tata80 from the tip of qmk/master:
a4771e4fe4
This only adds support for the wk version as that's all I can test right
now. Also add a vial keymap.
Signed-off-by: StaticRocket <35777938+StaticRocket@users.noreply.github.com>
13 lines
355 B
C
13 lines
355 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x6F, 0x39, 0x42, 0x3A, 0x41, 0x83, 0xFD, 0x60}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|
|
#define VIAL_TAP_DANCE_ENTRIES 4
|
|
#define VIAL_COMBO_ENTRIES 4
|
|
#define VIAL_KEY_OVERRIDE_ENTRIES 4
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
|
|
|