]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - FAQ.md
Updated FAQ Keymap (markdown)
[qmk_firmware.git] / FAQ.md
diff --git a/FAQ.md b/FAQ.md
index 19932de3a56d2787bdfb893aac894fbbed4d8c97..8248fe226f1a60171f3d342ec3ee6d3186b2bb24 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -3,9 +3,10 @@ Read these yet?
  \r
 1. First **README** under top directory : https://github.com/tmk/tmk_keyboard/blob/master/README.md\r
 2. For **Build**: https://github.com/tmk/tmk_keyboard/blob/master/doc/build.md\r
-3. And **README** under each project(keyboard/converter) directory\r
+3. And **README** under each project(keyboard/converter) directory. Note that you should read two **README**.\r
+4. And then, FAQ.\r
 \r
-Note that you should read two **README**.\r
+- [[FAQ/Keymap]]\r
 \r
 \r
 # Build\r
@@ -55,34 +56,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
-LOCKING_SUPPORT is for mechanical lock switch like this Alps one. http://deskthority.net/wiki/Alps_SKCL_Lock\r
-\r
-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.\r
-\r
-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.\r
 \r
 \r
 \r