X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FUnivacF3W9%2Fsetup.cmake;h=cf88eb7d690c212528a44ca15ef4784eac8edc53;hb=5ca169abd7775c88a219425002329e644759bea9;hp=a18d0d4c703ab0f8d4717ed63811b5e60792c34a;hpb=fc7998d605195c306d90fe068aa786796a17e028;p=kiibohd-controller.git diff --git a/Scan/UnivacF3W9/setup.cmake b/Scan/UnivacF3W9/setup.cmake index a18d0d4..cf88eb7 100644 --- a/Scan/UnivacF3W9/setup.cmake +++ b/Scan/UnivacF3W9/setup.cmake @@ -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 # @@ -16,33 +16,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 epsonqx10.h ) - - ### # Module Specific Options # -add_definitions( -I${HEAD_DIR}/Keymap ) - -#| Keymap Settings -add_definitions( - -DMODIFIER_MASK=univacf3w9_ModifierMask - -DKEYINDEX_MASK=univacf3w9_ColemakMap - #-DKEYINDEX_MASK=univacf3w9_DefaultMap -) ###