qmk-keychron-q3-colemak-dh/keyboards/keychron/v3/ansi/keymaps/vial/config.h
adophoxia 6c002a618b
Port Keychron V3 to VIAL (#369)
* 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`
2023-02-17 01:22:58 -06:00

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 }