Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | Unicode map framework. Allow unicode up to 0xFFFFF using separate | Priyadi Iman Nurcahyo | |
mapping table | |||
2016-08-29 | build_keyboard.mk: Restore UCIS_ENABLE support | Gergely Nagy | |
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> | |||
2016-08-27 | The all target makes all keyboards and all tests | Fred Sundvik | |
2016-08-27 | More common settings for unit tests and keyboards | Fred Sundvik | |
2016-08-27 | Build actual tests, convert byte_stuffer_tests | Fred Sundvik | |
2016-08-27 | Rules for compiling and linking google test | Fred Sundvik | |
2016-08-27 | The makefile actually calls build_test | Fred Sundvik | |
2016-08-24 | Merge remote-tracking branch 'upstream/master' into makefile_overhaul | Fred Sundvik | |
2016-08-21 | Change order of variable assignment | Fred Sundvik | |
BUILD_DIR and TARGET was assigned too late, so the dfu-util target, which depends on them did not work. | |||
2016-08-20 | Move bootloader_defs include to build_keyboard | Fred Sundvik | |
Also fix it for subprojects | |||
2016-08-20 | Add output specific config file | Fred Sundvik | |
2016-08-20 | Output specific include paths | Fred Sundvik | |
2016-08-20 | More general system for generating several outputs | Fred Sundvik | |
2016-08-20 | Move git submodule check and version generation to main Makefile | Fred Sundvik | |
2016-08-20 | Remove unneded code from tmk_core/rules.mk | Fred Sundvik | |
2016-08-20 | Actual compilation | Fred Sundvik | |
2016-08-20 | Parsing of makefile variables from starting dir | Fred Sundvik | |