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 {0x84, 0x51, 0xD6, 0xC6, 0x02, 0x93, 0x64, 0x96}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|