forked from mirrors/qmk_firmware
14 lines
219 B
C
14 lines
219 B
C
|
// 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
|
||
|
|