* debug * Update vial.json * Update vial.json * Update config.h to 5 RGBLED * Update mbtkl to latest vial/qmk formatting * Updated RGB config * mbtkl removed depreciated RESET keycode
9 lines
No EOL
220 B
C
9 lines
No EOL
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x09, 0x7A, 0x78, 0xFE, 0x4F, 0xB4, 0xCB, 0xE4}
|
|
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 11 } |