* Add VIAL port for Keycapsss 3w6 RP2040 * fix code format for uid * fix EE-Hands and move more config options to json * Fix: add missing split pointing device setting --------- Co-authored-by: Ben Roe <ben@MacBook-Pro-von-Ben.local> Co-authored-by: Conor Burns <mail@conor-burns.com>
8 lines
259 B
C
8 lines
259 B
C
// Copyright 2022 Conor Burns (@Conor-Burns)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define VIAL_KEYBOARD_UID {0x5C, 0xD1, 0x02, 0x5A, 0x42, 0x02, 0x9E, 0x28}
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 0 }
|