]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/HeathZenith/setup.cmake
Bootloader fix
[kiibohd-controller.git] / Scan / HeathZenith / setup.cmake
index e95e10acfd457e5f4117aacb2d03dd1b6d0a084f..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,15 +21,15 @@ 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
+
+###
+# Compiler Family Compatibility
+#
+set( ScanModuleCompatibility
+       avr
 )