summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authortmk <wakojun+tmk@gmail.com>2014-11-16 22:00:14 -0800
committertmk <wakojun+tmk@gmail.com>2014-11-16 22:00:14 -0800
commit00a8847daf35b272b4dc2d3cf5cd2287058975af (patch)
treea4e6b947c3289210531e336106328225432e9237 /FAQ.md
parentc5dfee04afe6fd224802b157d9932a489a26500b (diff)
Updated FAQ (markdown)
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index 19932de3a5..91f209d0ae 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -78,11 +78,12 @@ http://geekhack.org/index.php?topic=57008.msg1492604#msg1492604
## Mechanical Lock Switch Support
https://github.com/tmk/tmk_keyboard#mechanical-locking-support
-LOCKING_SUPPORT is for mechanical lock switch like this Alps one. http://deskthority.net/wiki/Alps_SKCL_Lock
+This feature is for *mechanical lock switch* like this Alps one.
+http://deskthority.net/wiki/Alps_SKCL_Lock
-Using enabling LOCKING_SUPPORT and using LCAP keycode in keymap you can use physical locking Capslock key as you expected. For example, Apple Extended Keyboard(AEK) and AEK II have.
+Using enabling this feature and using keycodes `LCAP`, `LNUM` or `LSCR` in keymap you can use physical locking CapsLock, NumLock or ScrollLock keys as you expected.
-Old vintage mechanical keyboard occasionally has lock switch but modern ones including your HHKB don't have. You don't need LOCKING_SUPPORT for HHKB and just use CAPS for Capslock.
+Old vintage mechanical keyboards occasionally have lock switches but modern ones don't have. ***You don't need this feature in most case and just use `CAPS` for Capslock.***