blob: 186aee502c106523e73d40d7993ee2ce9d81f024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|