diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 16:54:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-12 16:54:26 +0000 |
commit | 184efdaba6748cca403a3d40ec7cebf3b731e284 (patch) | |
tree | 73004e7c0104fdea99dae77c10cdc241f17e34c2 /Demos/Host/ClassDriver/MouseHost | |
parent | c791413fbcf2475f18a4daa2bb7d88c9303cd4a3 (diff) | |
download | lufa-184efdaba6748cca403a3d40ec7cebf3b731e284.tar.gz lufa-184efdaba6748cca403a3d40ec7cebf3b731e284.tar.bz2 lufa-184efdaba6748cca403a3d40ec7cebf3b731e284.zip |
Add Atmel Studio keywords to all project XML files.
Diffstat (limited to 'Demos/Host/ClassDriver/MouseHost')
-rw-r--r-- | Demos/Host/ClassDriver/MouseHost/asf.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Demos/Host/ClassDriver/MouseHost/asf.xml b/Demos/Host/ClassDriver/MouseHost/asf.xml index c5728555b..723336f04 100644 --- a/Demos/Host/ClassDriver/MouseHost/asf.xml +++ b/Demos/Host/ClassDriver/MouseHost/asf.xml @@ -12,7 +12,13 @@ <module type="application" id="lufa.demos.host.class.mouse" caption="Mouse HID Host Demo (Class Driver APIs)">
<info type="description" value="summary">
- Keyboard HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.
+ Mouse HID Host demo, implementing a basic USB mouse host that can display movement data on the board LEDs.
+ </info>
+
+ <info type="keyword" value="Technology">
+ <keyword value="Class Driver APIs"/>
+ <keyword value="USB Host"/>
+ <keyword value="HID Class"/>
</info>
<device-support-alias value="lufa_avr8"/>
|