bd0d3108d9
Added basic vial support for the Romeo40 from coseyfannitutti. Tested only the split bars
9 lines
221 B
C
9 lines
221 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x4A, 0x79, 0x3A, 0x0D, 0x49, 0xA2, 0x88, 0xF1}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 1 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 11 }
|