]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/SonyOA-S3400/setup.cmake
Major code cleanup and preparation for PartialMap Macro Module
[kiibohd-controller.git] / Scan / SonyOA-S3400 / setup.cmake
index ac61c7d7d7e13d75b1f6df67744d6548d11631b4..ed4b623ffe7e1e502d9d0afa97e32b0beba20768 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMake Kiibohd Controller Scan Module |###
 #
-# Written by Jacob Alexander in 2012 for the Kiibohd Controller
+# Written by Jacob Alexander in 2012,2014 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
@@ -19,29 +19,14 @@ set( SCAN_SRCS
 
 
 ###
-# Module H files
-#
-set( SCAN_HDRS
-       scan_loop.h
-)
-
-
-###
-# File Dependency Setup
+# Module Specific Options
 #
-ADD_FILE_DEPENDENCIES( scan_loop.c ${SCAN_HDRS} )
-#add_file_dependencies( scan_loop.c ${SCAN_HDRS} )
 
 
 ###
-# Module Specific Options
+# Compiler Family Compatibility
 #
-add_definitions( -I${HEAD_DIR}/Keymap )
-
-#| Keymap Settings
-add_definitions(
-       -DMODIFIER_MASK=sonyoas3400_ModifierMask
-       -DKEYINDEX_MASK=sonyoas3400_ColemakMap
-       #-DKEYINDEX_MASK=sonyoas3400_DefaultMap
+set( ScanModuleCompatibility
+       avr
 )