diff USB/pjrc/usb_keyboard_debug.c @ 36:00a06e011158

Pre Tandy1000 overhaul
author Jacob Alexander <triplehaata@gmail.com>
date Mon, 28 Nov 2011 22:20:04 -0800
parents 8b8cad3db8db
children 86c4b91e9077
line wrap: on
line diff
--- a/USB/pjrc/usb_keyboard_debug.c	Sun Nov 13 02:09:04 2011 -0800
+++ b/USB/pjrc/usb_keyboard_debug.c	Mon Nov 28 22:20:04 2011 -0800
@@ -135,8 +135,8 @@
 };
 
 static const uint8_t PROGMEM debug_hid_report_desc[] = {
-	0x06, 0x30, 0xFF,			// Usage Page 0xFF31 (vendor defined)
-	//0x06, 0x31, 0xFF,			// Usage Page 0xFF31 (vendor defined)
+	//0x06, 0x30, 0xFF,			// Usage Page 0xFF31 (vendor defined)
+	0x06, 0x31, 0xFF,			// Usage Page 0xFF31 (vendor defined)
 	0x09, 0x74,				// Usage 0x74
 	0xA1, 0x53,				// Collection 0x53
 	0x75, 0x08,				// report size = 8 bits