]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Home (markdown)
authorschwarzgrau <igit.igit@web.de>
Tue, 14 Feb 2017 14:38:05 +0000 (15:38 +0100)
committerschwarzgrau <igit.igit@web.de>
Tue, 14 Feb 2017 14:38:05 +0000 (15:38 +0100)
Home.md

diff --git a/Home.md b/Home.md
index 37bd62e8c3fe1b59bb800c478fb918b92bfb6296..89b24f5ecba60daf4863e1d77abb3a3b508fb43f 100644 (file)
--- 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