* Cherry pick X-Bows VIA commit Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Shulin <mumu@x-bows.com> * Port X-Bows nature to Vial * Port X-Bows knight to Vial * Port X-Bows knight plus to Vial * Port X-Bows numpad to Vial Co-authored-by: X-Bows Tech <41098278+XBowsTech@users.noreply.github.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Shulin <mumu@x-bows.com>
11 lines
270 B
C
11 lines
270 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
// x-bows knight plus numpad vial uid
|
|
#define VIAL_KEYBOARD_UID {0xEB, 0x6B, 0x57, 0xE0, 0x04, 0x41, 0xE1, 0x15}
|
|
|
|
// esc and enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS {0, 4}
|
|
#define VIAL_UNLOCK_COMBO_COLS {0, 3}
|