X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=CMakeLists.txt;h=1f14bbdc58c2133fce4766aed058e715facf242b;hb=6dfeffd9cad508817757d1afaba4ab0901cc9786;hp=af19f0b0cb16ee0e06fa1df5e0a8081ed785bd71;hpb=622ea5d85f94be4b1694fdf08e30fa76eeb18fe4;p=kiibohd-controller.git diff --git a/CMakeLists.txt b/CMakeLists.txt index af19f0b..1f14bbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/ for the available BaseMaps -##| TODO Support layering in basemap set( BaseMap "defaultMap" CACHE STRING "KLL BaseMap/Scancode Keymapping" )