diff options
| author | IBNobody <ibnobody@gmail.com> | 2016-09-20 21:38:59 -0500 |
|---|---|---|
| committer | IBNobody <ibnobody@gmail.com> | 2016-09-20 21:38:59 -0500 |
| commit | 6631abc1cb0e570271bcf33464e3af17b6fc0b87 (patch) | |
| tree | 29e33041e54b98af1425740f1e6625091ffe50e8 /keyboards/lets_split/config.h | |
| parent | f956802f29aaa3da0d86d56f42986d456bae717b (diff) | |
| download | qmk_firmware-6631abc1cb0e570271bcf33464e3af17b6fc0b87.tar.gz qmk_firmware-6631abc1cb0e570271bcf33464e3af17b6fc0b87.zip | |
Made Serial and I2C not include the Other
This saves 192 bytes
Diffstat (limited to 'keyboards/lets_split/config.h')
| -rw-r--r-- | keyboards/lets_split/config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index ec99514aa..f4d900acc 100644 --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h | |||
| @@ -41,6 +41,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | 41 | ||
| 42 | // #define USE_I2C | 42 | // #define USE_I2C |
| 43 | 43 | ||
| 44 | // Use serial if not using I2C | ||
| 45 | #ifndef USE_I2C | ||
| 46 | # define USE_SERIAL | ||
| 47 | #endif | ||
| 48 | |||
| 44 | // #define EE_HANDS | 49 | // #define EE_HANDS |
| 45 | 50 | ||
| 46 | #define I2C_MASTER_LEFT | 51 | #define I2C_MASTER_LEFT |
| @@ -94,4 +99,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 94 | //#define NO_ACTION_MACRO | 99 | //#define NO_ACTION_MACRO |
| 95 | //#define NO_ACTION_FUNCTION | 100 | //#define NO_ACTION_FUNCTION |
| 96 | 101 | ||
| 97 | #endif \ No newline at end of file | 102 | #endif |
