]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - CMakeLists.txt
Merge pull request #71 from glguy/pr-cli-history
[kiibohd-controller.git] / CMakeLists.txt
index af19f0b0cb16ee0e06fa1df5e0a8081ed785bd71..1f14bbdc58c2133fce4766aed058e715facf242b 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMAKE Kiibohd Controller |###
 #
-# Jacob Alexander 2011-2014
+# Jacob Alexander 2011-2015
 # Due to this file's usefulness:
 #
 # Released into the Public Domain
@@ -106,7 +106,6 @@ set(  DebugModule "full"
 
 ##| Set the base keyboard .kll map, defaults to "defaultMap" if not found
 ##| Looks in Scan/<Module Name> for the available BaseMaps
-##| TODO Support layering in basemap
 set(     BaseMap "defaultMap"
        CACHE STRING "KLL BaseMap/Scancode Keymapping" )