mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
dc4af81e0b
* Remove legacy USE_SERIAL define * tidy up missed comments
12 lines
199 B
C
12 lines
199 B
C
// 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
|
|
|