906a332f21
- Added "common" folder that houses the functionality for their custom keycodes and siri features. (Will become standard when adding other Q boards in mainline QMK repo.)
10 lines
240 B
C
10 lines
240 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
//Vial Keyboard UID
|
|
#define VIAL_KEYBOARD_UID {0x5C, 0x0E, 0xC0, 0x71, 0x7A, 0x35, 0x35, 0xAD}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|