]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <wakojun+tmk@gmail.com>
Thu, 27 Nov 2014 01:40:28 +0000 (17:40 -0800)
committertmk <wakojun+tmk@gmail.com>
Thu, 27 Nov 2014 01:40:28 +0000 (17:40 -0800)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index b4f2fde0c0d7b3ec5ba52d4992a518b12f98736c..4b5a75fb0f09ab6503812c7c14fa4f623d35ead4 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -55,35 +55,7 @@ Windows only. Linux, OSX and other OS's doesn't require this. It looks like Wind
 You will need this after editing `CONSOLE_ENABLE`, `NKRO_ENABLE`, `EXTRAKEY_ENABLE` or `MOUSEKEY_ENABLE` option in **Makefile**.\r
 \r
 \r
-# Keymap\r
-## Power key doesn't work\r
-Use `KC_PWR` instead of `KC_POWER` or vice versa.\r
-- `KC_PWR` works with Windows and Linux, not with OSX.\r
-- `KC_POWER` works with OSX and Linux, not with Windows.\r
 \r
-http://geekhack.org/index.php?topic=14290.msg1327264#msg1327264\r
-\r
-## Oneshot modifier\r
-Solves my personal 'the' problem. I often got 'the' or 'THe' wrongly instead of 'The'.  Oneshot Shift mitgates this for me.\r
-https://github.com/tmk/tmk_keyboard/issues/67\r
-\r
-## Modifier/Layer stuck\r
-Modifier keys or layers can be stuck unless layer switching is configured properly.\r
-For Modifier keys and layer actions you have to place `KC_TRANS` on same position of destination layer to  unregister the modifier key or return to previous layer on release event.\r
-\r
-https://github.com/tmk/tmk_keyboard/blob/master/doc/keymap.md#31-momentary-switching\r
-http://geekhack.org/index.php?topic=57008.msg1492604#msg1492604\r
-\r
-\r
-## Mechanical Lock Switch Support\r
-https://github.com/tmk/tmk_keyboard#mechanical-locking-support\r
-\r
-This feature is for *mechanical lock switch* like this Alps one.\r
-http://deskthority.net/wiki/Alps_SKCL_Lock\r
-\r
-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.\r
-\r
-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 keycodes `CAPS`, `NLCK` and `SLCK`.***\r
 \r
 \r
 \r