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 {0x71, 0xF8, 0x39, 0x04, 0x2E, 0x83, 0xAF, 0x76}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 } |