diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-03-26 13:34:43 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-03-26 13:34:43 +0300 |
| commit | 881c90e26ffca3d5aa58e90eb427229daa1fb5a0 (patch) | |
| tree | 610d9a64f35365409fad84ceec8885512b0046e8 | |
| parent | 80f40c3daf0e076da6fdcae55835f8cbd313bf3a (diff) | |
Update READMEs
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | keyboard/README.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ Various code for the [Digispark](http://digistump.com/wiki/digispark) - [Blink](blink) - a simple blinking LED example, start here - [USB](usb) - a basic USB device that flips the LED based on USB interrupts - - [Keyboard](keyboard) - a USB HID keyboard example + - [Keyboard](keyboard) - a USB HID keyboard example, LED toggled via Caps Lock key ## Prerequisites diff --git a/keyboard/README.md b/keyboard/README.md index 63dfb99..689155e 100644 --- a/keyboard/README.md +++ b/keyboard/README.md @@ -27,3 +27,5 @@ $ dmesg | tail [3333] input: y3xz.com keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:4242:E131.0009/input/input16 [4444] hid-generic 0003:4242:E131.0009: input,hidraw5: USB HID v1.01 Keyboard [y3xz.com keyboard] on usb-0000:00:14.0-2/input0 ``` + +The canonical LED toggle is now controlled by the Caps Lock key! |
