tmk / tmk_core

TMK keyboard library
161 stars 59 forks source link

Add INC to INCDIR to the chibios makefile #1

Closed fredizzimo closed 8 years ago

fredizzimo commented 8 years ago

Hello,

I have added support for specifying extra include directories from the main project, by appending the INC variable to the list of include directories.

The need for this came when I'm trying to add LCD support for the Infinity Ergodox, using the uGFX library, and needed to add additional include directories. That project in itself is still far from working, but if I get it done, I will add a pull request for that as well.

Best Regards, Fred Sundvik

fredizzimo commented 8 years ago

I will close this pull request. There are many more changes that needs to be done to the core. And most likely I will move the whole submodule inside that and change the makefile accordingly.