summaryrefslogtreecommitdiffstats
path: root/Home.md
diff options
context:
space:
mode:
authorschwarzgrau <igit.igit@web.de>2017-02-14 15:38:05 +0100
committerschwarzgrau <igit.igit@web.de>2017-02-14 15:38:05 +0100
commit6862ab1609230035406fbc00c077f673c65eeeb3 (patch)
tree0c86e548e133d76af20ff4de698a12dcdc059a3d /Home.md
parentcf97749fb766a1bc1691412455788ced6df7b254 (diff)
downloadqmk_firmware-6862ab1609230035406fbc00c077f673c65eeeb3.tar.gz
qmk_firmware-6862ab1609230035406fbc00c077f673c65eeeb3.tar.xz
Updated Home (markdown)
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 37bd62e8c..89b24f5ec 100644
--- a/Home.md
+++ b/Home.md
@@ -1036,7 +1036,7 @@ This gets called whenever there is a state change on your host LEDs (eg caps loc
#define USB_LED_KANA 4
```
-and can be tested against the `usb_led` with a conditional like `if (usb_led & (1<<USB_LED_CAPS_LOCK))` - if this is true, you can turn your LED one, otherwise turn it off.
+and can be tested against the `usb_led` with a conditional like `if (usb_led & (1<<USB_LED_CAPS_LOCK))` - if this is true, you can turn your LED on, otherwise turn it off.
# Modding your keyboard