]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MicroSwitch8304/setup.cmake
Major code cleanup and preparation for PartialMap Macro Module
[kiibohd-controller.git] / Scan / MicroSwitch8304 / setup.cmake
index 199b9e59cc50f12fbdb4feb052a8edc5f1b98fb9..8b3c607826599ee5984970a6de78fadfc31c91d5 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
 #
@@ -18,33 +18,9 @@ set( SCAN_SRCS
 )
 
 
-###
-# Module H files
-#
-set( SCAN_HDRS
-       scan_loop.h
-)
-
-
-###
-# File Dependency Setup
-#
-ADD_FILE_DEPENDENCIES( scan_loop.c ${SCAN_HDRS} )
-#add_file_dependencies( scan_loop.c ${SCAN_HDRS} )
-#add_file_dependencies( macro.c keymap.h microswitch8304.h )
-
-
 ###
 # Module Specific Options
 #
-add_definitions( -I${HEAD_DIR}/Keymap )
-
-#| Keymap Settings
-add_definitions(
-       -DMODIFIER_MASK=microswitch8304_ModifierMask
-       -DKEYINDEX_MASK=microswitch8304_ColemakMap
-       #-DKEYINDEX_MASK=microswitch8304_DefaultMap
-)
 
 
 ###