6c002a618b
* Port Keychron V3 to VIAL * Update vial.json for Keychron V3 `jis_encoder` variant * Change 2nd for unlock combo to correct index for the ANSI variants of the V3 * Change `rgb_matrix_indicators_advanced_kb` function to void * Revert references of `RGB_MATRIX_LED_COUNT` to `DRIVER_LED_TOTAL`
8 lines
219 B
C
8 lines
219 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x9C, 0x0A, 0xCD, 0x9C, 0x69, 0x42, 0x9F, 0x38}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |