* first pass alps64 vial firmware (buggy on hardware) * disable tap dance and midi to allow for proper compiling on atmega32u2
10 lines
220 B
C
10 lines
220 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0xBD, 0x15, 0x93, 0x37, 0x7A, 0x35, 0x29, 0x02}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 3, 2 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 6, 3 }
|
|
|