]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - CMakeLists.txt
Initial commit of the Burroughs Ergonomic Terminal Keyboard module (BETKB)
[kiibohd-controller.git] / CMakeLists.txt
index 7cc93c25290def46b479124705ebd66b7ea4a309..44b914121d507cfc581458ca7d12e5668f015477 100644 (file)
@@ -64,7 +64,8 @@ set( SRCS
 #| "atmega32u4"       # Teensy   2.0
 #| "at90usb646"       # Teensy++ 1.0
 #| "at90usb1286"      # Teensy++ 2.0
-set( MCU "atmega32u4" )
+#set( MCU "atmega32u4" )
+set( MCU "at90usb1286" )
 
 
 #| Compiler flag to set the C Standard level.