592c39885e
Vial port for Akko 5108 keyboard, https://en.akkogear.com/product/cinnamoroll-5108-mechanical-keyboard/
11 lines
319 B
C
11 lines
319 B
C
// Copyright 2023 Oleg Titov <oleg.titov@gmail.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Unique keyboard id
|
|
#define VIAL_KEYBOARD_UID {0x75, 0xD1, 0xD4, 0x59, 0xA2, 0xC8, 0x71, 0x93}
|
|
|
|
// Unlock with Escape+Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|