e53111e26d
* Add vial keymap for fc980c * Implement suggested code review changes * Fix broken `matrix_is_on` function
7 lines
218 B
C
7 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x3F, 0x7E, 0x77, 0x9B, 0x2F, 0x52, 0x81, 0xF9}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 6 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 13, 3 } |