blob: 82b8da8a41c72d46339c63466416b36a9ae8fb0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright 2021 Kumao Kobo (@kumaokobo)
// SPDX-License-Identifier: GPL-2.0+
#pragma once
#include "config_common.h"
#define USE_SERIAL
/* Select hand configuration */
#define MASTER_LEFT
// #define MASTER_RIGHT
|