]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/CMakeLists.txt
Adding example logo to the lcdtest and bmp conversion script.
[kiibohd-controller.git] / Bootloader / CMakeLists.txt
index 704115db663a92adea330460918d10f087d23e60..cad2b1b5e400e467799fb832c226bf77e4bfb231 100644 (file)
@@ -20,8 +20,8 @@
 #| You _MUST_ clean the build directory if you change this value
 #|
 set( CHIP
-       "mk20dx128vlf5"    # McHCK       mk20dx128vlf5
-#      "mk20dx256vlh7"    # Kiibohd-dfu mk20dx256vlh7
+       #"mk20dx128vlf5"    # McHCK       mk20dx128vlf5
+       "mk20dx256vlh7"    # Kiibohd-dfu mk20dx256vlh7
 )
 
 
@@ -34,8 +34,8 @@ set( CHIP
 #| Stick with gcc unless you know what you're doing
 #| Currently only arm is supported with clang
 set( COMPILER
-       "gcc"   # arm-none-eabi-gcc / avr-gcc - Default
-#      "clang" # arm-none-eabi
+       "gcc"   # arm-none-eabi-gcc / avr-gcc - Default
+#       "clang" # arm-none-eabi
        CACHE STRING "Compiler Type" )