qmk-keychron-q3-colemak-dh/keyboards/keychron/q3/ansi/keymaps/vial/config.h
adophoxia 906a332f21
Port Keychron Q3 to VIAL (#267)
- 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.)
2022-10-23 01:39:28 -06:00

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 }