Supports RGB Matrix, but not encoder support as I don't have encoders. Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
13 lines
277 B
C
13 lines
277 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID \
|
|
{ 0x73, 0xFD, 0x11, 0x1F, 0x7F, 0x19, 0xC9, 0x33 }
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS \
|
|
{ 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS \
|
|
{ 0, 1 }
|
|
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
|