* Update Q0; Port Keychron Q0 Plus to VIAL * Update VIAL UIDs for Q0 and Q0 Plus * Remove `via` keymaps and mentions of `VIA_ENABLE = yes` for `keychron` keymaps for Q0 and Q0 Plus * Update readme.md * Add VIAL-specific flags for `vial` keymap
9 lines
219 B
C
9 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xCB, 0x44, 0x98, 0x8F, 0x71, 0xAE, 0x25, 0x99}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 3 }
|