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 {0x0A, 0x74, 0x0C, 0x7A, 0x62, 0xA7, 0xDA, 0x12}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|