1fdb940fd3
* Created vial.json * Copied via keymap.c * Created vial/rules.mk * Created vial/config.h * Fixing missing row for locking function
10 lines
251 B
C
10 lines
251 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xDD, 0x01, 0x0B, 0xFC, 0x91, 0x28, 0xD7, 0x3E}
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 5, 5}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 19, 21}
|
|
|
|
#define BACKLIGHT_BREATHING
|