diff options
author | IBNobody <ibnobody@gmail.com> | 2016-09-25 16:36:30 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-09-25 16:36:30 -0500 |
commit | 24a953ae64adc8e0c26059fbe76088eb65d90d9e (patch) | |
tree | 590591f00a3782b43253a1321220c7652cd9799b /keyboards/lets_split/config.h | |
parent | f956802f29aaa3da0d86d56f42986d456bae717b (diff) | |
parent | 67252625165ffa0a08e723a52562a853aa4b496b (diff) | |
download | qmk_firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.tar.gz qmk_firmware-24a953ae64adc8e0c26059fbe76088eb65d90d9e.zip |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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 ec99514aa3..f4d900accb 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/>. // #define USE_I2C +// Use serial if not using I2C +#ifndef USE_I2C +# define USE_SERIAL +#endif + // #define EE_HANDS #define I2C_MASTER_LEFT @@ -94,4 +99,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif
\ No newline at end of file +#endif |