* Port Keychron V8 to VIAL * Add missing `VIAL_ENABLE` and `VIALRGB_ENABLE` flags in keymap `rules.mk` for ANSI variant of V8 * Change 2nd key for unlock combo to correct index for the ISO variants of the V7
9 lines
220 B
C
9 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x7A, 0xBD, 0x8A, 0xE8, 0xAD, 0x5D, 0xFA, 0x0E}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|