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 {0xF0, 0x43, 0xB4, 0x31, 0xB5, 0x0C, 0x27, 0x6F}
|
|
|
|
/* Unlock with esc / del */
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 15 }
|