comparison CMakeLists.txt @ 359:b4f66a698f36

Adding preliminary MDErgo keymap - Required updates to CMake in order to handle the multi-layer BaseMaps
author Jacob Alexander <haata@kiibohd.com>
date Thu, 06 Aug 2015 00:36:37 -0700
parents 9e31d92caf12
children b4bb195dac76
comparison
equal deleted inserted replaced
358:32dfab699fc0 359:b4f66a698f36
104 #| NOTE2: Layers are always based up the BaseMap (which should be an ANSI-like mapping) 104 #| NOTE2: Layers are always based up the BaseMap (which should be an ANSI-like mapping)
105 #| NOTE3: Compiler looks in kll/layouts and the build directory for layout files (precedence on build directory) 105 #| NOTE3: Compiler looks in kll/layouts and the build directory for layout files (precedence on build directory)
106 106
107 ##| Set the base keyboard .kll map, defaults to "defaultMap" if not found 107 ##| Set the base keyboard .kll map, defaults to "defaultMap" if not found
108 ##| Looks in Scan/<Module Name> for the available BaseMaps 108 ##| Looks in Scan/<Module Name> for the available BaseMaps
109 ##| TODO Support layering in basemap
110 set( BaseMap "defaultMap" 109 set( BaseMap "defaultMap"
111 CACHE STRING "KLL BaseMap/Scancode Keymapping" ) 110 CACHE STRING "KLL BaseMap/Scancode Keymapping" )
112 111
113 ##| Layer additonal .kll maps on the BaseMap, layers are in order from 1st to nth 112 ##| Layer additonal .kll maps on the BaseMap, layers are in order from 1st to nth
114 ##| Can be set to "" 113 ##| Can be set to ""