]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/news_usb/config_pjrc.h
lufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT
[max/tmk_keyboard.git] / converter / news_usb / config_pjrc.h
index adce014c9e408ddc9b457feb3812541fdc2775b6..3cad3a1fcb4c13c4209cc6ce295e46fb1b6bad62 100644 (file)
@@ -45,7 +45,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Asynchronous USART
  * 8-data bit, non parity, 1-stop bit, no flow control
  */
-#ifdef __AVR_ATmega32U4__
+#if defined(__AVR_ATmega32U4__) || defined(__AVR_ATmega32U2__)
 #   define NEWS_KBD_RX_VECT        USART1_RX_vect
 #   define NEWS_KBD_RX_DATA        UDR1
 #   define NEWS_KBD_RX_BAUD        9600