]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/CMake/avr.cmake
Adding more CMake log information.
[kiibohd-controller.git] / Lib / CMake / avr.cmake
index 7e92a10b6ac503792cd79d9fb5e32da9e835a697..255d062a4e06f759742e318b5cc5ef6ad42f7cbe 100644 (file)
@@ -80,8 +80,16 @@ message( "${CPU}" )
 
 
 #| USB Defines
-set( VENDOR_ID  "0x16C0" )
-set( PRODUCT_ID "0x047D" )
+set( VENDOR_ID       "0x1C11" )
+set( PRODUCT_ID      "0xB04D" )
+set( BOOT_VENDOR_ID  "0x16C0" ) # TODO Double check, this is likely incorrect
+set( BOOT_PRODUCT_ID "0x047D" )
+
+
+#| Only Teensy based AVRs supported
+set ( TEENSY 1 )
+message( STATUS "Bootloader Type:" )
+message( "Teensy" )
 
 
 #| Compiler flag to set the C Standard level.