From 9e51e54240f60b77fd8452aad94da35940e94673 Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 8 Nov 2014 21:32:20 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a73176b4799..7025c49c4d5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -221,4 +221,8 @@ See this code. ``` https://github.com/tmk/tmk_keyboard/blob/master/keyboard/hbkb/matrix.c#L67 -And read **26.5.1 MCU Control Register – MCUCR** of ATMega32U4 datasheet. \ No newline at end of file +And read **26.5.1 MCU Control Register – MCUCR** of ATMega32U4 datasheet. + +## Adding LED indicators of Lock keys +You need your own LED indicators for CapsLock, ScrollLock and NumLock? See this post. +http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-120.html#p191560 \ No newline at end of file