diff options
author | Pekaso <pekaso34@gmail.com> | 2018-09-28 10:06:19 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-09-27 18:06:19 -0700 |
commit | a65085a89354e89ddd3517aa63c74ef6dd32ca8b (patch) | |
tree | 7fa976bcd86055d56c6c3be9528c2aaf976ae1c7 /keyboards/fortitude60/config.h | |
parent | 8ef747accf6e59ff50a3dde1cb34f56e4edce9fe (diff) | |
download | qmk_firmware-a65085a89354e89ddd3517aa63c74ef6dd32ca8b.tar.gz |
Keyboard: [Fortitude60] LED fix and Serial improvement (#3982)
* arrangement Underglow
* modified serial function references from helix
* Remove defines (ws2812_*REG)
Diffstat (limited to 'keyboards/fortitude60/config.h')
-rw-r--r-- | keyboards/fortitude60/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/fortitude60/config.h b/keyboards/fortitude60/config.h index 863722d7d..27a44ab92 100644 --- a/keyboards/fortitude60/config.h +++ b/keyboards/fortitude60/config.h @@ -19,5 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define CONFIG_H #include "config_common.h" +#include <serial_config.h> #endif // CONFIG_H |