mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 13:34:44 +00:00
4e23c700f1
* Added Gary's user files * Added Gary's Iris Keymap files * Added Gary's Iris Keymap files * updated readme * removed comments * Cleaned up code even more
12 lines
185 B
C
12 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
|