aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-07 07:31:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-07 07:31:53 +0000
commit196724c62d8c09b30dabb9a8ff3246033d95315f (patch)
tree8653258b081df65de182502705e1475eb3ac51ce /LUFA/ManPages
parent7602566a05616e55a943422c783e072b49cadb1d (diff)
downloadlufa-196724c62d8c09b30dabb9a8ff3246033d95315f.tar.gz
lufa-196724c62d8c09b30dabb9a8ff3246033d95315f.tar.bz2
lufa-196724c62d8c09b30dabb9a8ff3246033d95315f.zip
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class driver and Keyboard demos.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index aaeaebd86..e9469ff09 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -23,6 +23,7 @@
* - New Webserver project, a RNDIS host USB webserver using the open source uIP TCP/IP network stack and FatFS library
* - New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which
* do not adversely affect the code operation (currently only the LEDs driver)
+ * - Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class driver and Keyboard demos
*
* <b>Changed:</b>
* - Slowed down software USART carried PDI programming in the AVRISP project to prevent transmission errors