diff options
author | tmk <nobody@nowhere> | 2012-06-29 16:48:36 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-06-29 16:48:36 +0900 |
commit | a112f3614e0e3204ce35dcdfbf2723c3382c4c35 (patch) | |
tree | 0a39562522cc87c3deed6dc369a1fce078355a55 /protocol/lufa/descriptor.h | |
parent | f2ebac101d367ee091f54b8d43b39a4d74f3b90e (diff) |
confirm SetReport LED.
Diffstat (limited to 'protocol/lufa/descriptor.h')
-rw-r--r-- | protocol/lufa/descriptor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol/lufa/descriptor.h b/protocol/lufa/descriptor.h index 19bce999f2..001e072e6a 100644 --- a/protocol/lufa/descriptor.h +++ b/protocol/lufa/descriptor.h @@ -1,3 +1,10 @@ +/* + * Copyright 2012 Jun Wako <wakojun@gmail.com> + * This file is based on: + * LUFA-120219/Demos/Device/Lowlevel/KeyboardMouse + * LUFA-120219/Demos/Device/Lowlevel/GenericHID + */ + /* LUFA Library Copyright (C) Dean Camera, 2012. |