From: Dean Camera Date: Sun, 14 Oct 2012 13:58:08 +0000 (+0000) Subject: Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DE... X-Git-Tag: LUFA-130303~24 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/826a77e90c467bb5e3cf312267463fb645298252?hp=826a77e90c467bb5e3cf312267463fb645298252 Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro) ---