Vial port for Akko ACR 87 keyboard, https://en.akkogear.com/product/acr-87-keyboard-bundle-mechanical-keyboard/
12 lines
319 B
C
12 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 {0x29, 0x54, 0x15, 0xFC, 0x17, 0xCD, 0xBF, 0x37}
|
|
|
|
// Unlock with Escape+Enter
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 3 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 13 }
|