mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 14:10:13 +00:00
13 lines
185 B
C
13 lines
185 B
C
|
#pragma once
|
||
|
|
||
|
/* Use I2C or Serial, not both */
|
||
|
|
||
|
#define USE_SERIAL
|
||
|
// #define USE_I2C
|
||
|
|
||
|
/* Select hand configuration */
|
||
|
|
||
|
#define MASTER_LEFT
|
||
|
// #define MASTER_RIGHT
|
||
|
// #define EE_HANDS
|