]> 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 92751d1eeaa3e79a442b71418e38193cc5e1533d..3cad3a1fcb4c13c4209cc6ce295e46fb1b6bad62 100644 (file)
@@ -42,16 +42,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 )
 
 
-/* mouse keys */
-#ifdef MOUSEKEY_ENABLE
-#   define MOUSEKEY_DELAY_TIME 255
-#endif
-
-
 /* 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