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