]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/HeathZenith/setup.cmake
Major code cleanup and preparation for PartialMap Macro Module
[kiibohd-controller.git] / Scan / HeathZenith / setup.cmake
index f3953da86f7e225d653adab69a3c78dee4c87404..f0a1b33c5d498783b34662aeabdb3e18de334a23 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMake Kiibohd Controller Scan Module |###
 #
-# Written by Jacob Alexander in 2011 for the Kiibohd Controller
+# Written by Jacob Alexander in 2011,2014 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
@@ -21,16 +21,8 @@ set( SCAN_SRCS
 ###
 # Module Specific Options
 #
-add_definitions( -I${HEAD_DIR}/Keymap )
 add_definitions(
        -I${HEAD_DIR}/Scan/matrix
-)      
-
-#| Keymap Settings
-add_definitions(
-       -DMODIFIER_MASK=heathzenith_ModifierMask
-       -DKEYINDEX_MASK=heathzenith_DefaultMap
-       #-DKEYINDEX_MASK=heathzenith_ColemakMap
 )