qmk-vial/keyboards/boardsource/unicorne/keymaps/vial/config.h
Luke D Russell 0043f1a534
Adds Boardsource Unicorne (#617)
Supports RGB Matrix, but not encoder support as I don't have encoders.

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
2023-12-16 09:29:58 -06:00

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