9ad1253031
* Add VIAL support for UT47.2 * Correct key matrix * Use right-most key * Disable tap dance for a working firmware * Allow configuring the RGB lighting
9 lines
220 B
C
9 lines
220 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xCE, 0xA7, 0x01, 0xED, 0x54, 0x99, 0x01, 0x18}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 3, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 11 }
|