2eee95eaca
* copy via * vial json * config.h * config * unlock * add secure * add rgb * vialrgb * VIALRGB_ENABLE * Update vial.json * Update config.h * Update rules.mk * Update config.h * Update config.h * Update vial.json * remove rgb * enable rgb * disable rgb enable tapdancing * remove unnecessary * Update rules.mk
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 {0x49, 0x5F, 0x9C, 0xB8, 0x0F, 0x67, 0x4D, 0xE6}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|