Following the porting guide this adds The Mode Sonnet, both hotswap and solder variants. Tested on multiple keyboards.
10 lines
248 B
C
10 lines
248 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x3D, 0x6C, 0x63, 0x19, 0xA7, 0x1F, 0x0E, 0x59}
|
|
|
|
/* Unlock with esc / del */
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 15 }
|