diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-06 14:29:46 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-06 16:06:53 +0300 |
commit | a7e3e4e652a2b9f172282f3876d74ee247a63105 (patch) | |
tree | 22bf63df25f5fed633df6e4a23e02617c26e6eff /keyboards/infinity_ergodox/Makefile | |
parent | c6d671e54c249497b5c01ad9badaa50425f394f9 (diff) |
Add serial_link compilation to Infinity Ergodox
Diffstat (limited to 'keyboards/infinity_ergodox/Makefile')
-rw-r--r-- | keyboards/infinity_ergodox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/infinity_ergodox/Makefile b/keyboards/infinity_ergodox/Makefile index fb21aae5eb..efa32e037d 100644 --- a/keyboards/infinity_ergodox/Makefile +++ b/keyboards/infinity_ergodox/Makefile @@ -66,6 +66,7 @@ COMMAND_ENABLE ?= yes # Commands for debug and configuration SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend NKRO_ENABLE ?= yes # USB Nkey Rollover CUSTOM_MATRIX ?= yes # Custom matrix file +SERIAL_LINK_ENABLE = yes ifndef QUANTUM_DIR include ../../Makefile |