comparison Macro/PartialMap/macro.c @ 205:a2e9bb170eef

Adding CMake build support for the KLL compiler - Automatically downloads the kll compiler if not found - Added capability files to each of the module that currently have them - Split modules.cmake so kll.cmake could influence build targets (also needs info from modules.cmake) - Updated .gitignore for kll compiler directory - Added documentation on how to manipulate layouts using CMakeLists.txt - Cleanup of old layout files
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Sep 2014 15:51:36 -0700
parents b718fdb741c3
children 5a5404338b9f
comparison
equal deleted inserted replaced
204:b718fdb741c3 205:a2e9bb170eef
25 #include <print.h> 25 #include <print.h>
26 #include <scan_loop.h> 26 #include <scan_loop.h>
27 27
28 // Keymaps 28 // Keymaps
29 #include "usb_hid.h" 29 #include "usb_hid.h"
30 //#include <defaultMap.h> 30 #include <generatedKeymap.h> // Generated using kll at compile time, in build directory
31 #include "templateKeymap.h" // TODO Use actual generated version
32 //#include "generatedKeymap.h" // TODO Use actual generated version
33 31
34 // Local Includes 32 // Local Includes
35 #include "macro.h" 33 #include "macro.h"
36 34
37 35