diff --git a/CMakeLists.txt b/CMakeLists.txt index a68fc2f..7ce0210 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ include( AddFileDependencies ) #| "avr" # Teensy++ 1.0 #| "avr" # Teensy++ 2.0 #| "arm" # Teensy 3.0 -#set( COMPILER_FAMILY "arm" ) -set( COMPILER_FAMILY "avr" ) +set( COMPILER_FAMILY "arm" ) +#set( COMPILER_FAMILY "avr" ) message( STATUS "Compiler Family:" ) message( "${COMPILER_FAMILY}" ) diff --git a/arm.cmake b/arm.cmake index 025cbe2..7fe1e05 100644 --- a/arm.cmake +++ b/arm.cmake @@ -38,6 +38,7 @@ set( CHIP "mk20dx128" ) message( STATUS "Chip Selected:" ) message( "${CHIP}" ) +set( MCU "${CHIP}" ) # For loading script compatibility #| CPU Type diff --git a/setup.cmake b/setup.cmake index 8526a76..aad3690 100644 --- a/setup.cmake +++ b/setup.cmake @@ -20,7 +20,7 @@ #| Please look at the {Scan,Macro,USB,Debug}/module.txt for information on the modules and how to create new ones ##| Deals with acquiring the keypress information and turning it into a key index -set( ScanModule "avr-capsense" ) +set( ScanModule "MBC-55X" ) ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code set( MacroModule "buffer" )