summaryrefslogtreecommitdiff
path: root/build_keyboard.mk
Commit message (Collapse)AuthorAge
* Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2016-10-10
| | | | mapping table
* build_keyboard.mk: Restore UCIS_ENABLE supportGergely Nagy2016-08-29
| | | | | | | | During the build system refactor, support for enabling UCIS seems to have been lost. This little patch adds that back, so that keymaps using UCIS can be compiled again. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* The all target makes all keyboards and all testsFred Sundvik2016-08-27
|
* More common settings for unit tests and keyboardsFred Sundvik2016-08-27
|
* Build actual tests, convert byte_stuffer_testsFred Sundvik2016-08-27
|
* Rules for compiling and linking google testFred Sundvik2016-08-27
|
* The makefile actually calls build_testFred Sundvik2016-08-27
|
* Merge remote-tracking branch 'upstream/master' into makefile_overhaulFred Sundvik2016-08-24
|
* Change order of variable assignmentFred Sundvik2016-08-21
| | | | | BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work.
* Move bootloader_defs include to build_keyboardFred Sundvik2016-08-20
| | | | Also fix it for subprojects
* Add output specific config fileFred Sundvik2016-08-20
|
* Output specific include pathsFred Sundvik2016-08-20
|
* More general system for generating several outputsFred Sundvik2016-08-20
|
* Move git submodule check and version generation to main MakefileFred Sundvik2016-08-20
|
* Remove unneded code from tmk_core/rules.mkFred Sundvik2016-08-20
|
* Actual compilationFred Sundvik2016-08-20
|
* Parsing of makefile variables from starting dirFred Sundvik2016-08-20