mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Vitepress conversion of docs. (#23795)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Keymap FAQ
|
||||
|
||||
This page covers questions people often have about keymaps. If you haven't you should read [Keymap Overview](keymap.md) first.
|
||||
This page covers questions people often have about keymaps. If you haven't you should read [Keymap Overview](keymap) first.
|
||||
|
||||
## What Keycodes Can I Use?
|
||||
|
||||
See [Keycodes](keycodes.md) for an index of keycodes available to you. These link to more extensive documentation when available.
|
||||
See [Keycodes](keycodes) for an index of keycodes available to you. These link to more extensive documentation when available.
|
||||
|
||||
Keycodes are actually defined in [quantum/keycode.h](https://github.com/qmk/qmk_firmware/blob/master/quantum/keycode.h).
|
||||
|
||||
@@ -44,8 +44,8 @@ QMK has a couple of features which allow you to change the behavior of your keyb
|
||||
|
||||
Refer to the EEPROM clearing methods above, which should return those keys to normal operation. If that doesn't work, look here:
|
||||
|
||||
* [Magic Keycodes](keycodes_magic.md)
|
||||
* [Command](feature_command.md)
|
||||
* [Magic Keycodes](keycodes_magic)
|
||||
* [Command](feature_command)
|
||||
|
||||
## The Menu Key Isn't Working
|
||||
|
||||
@@ -86,7 +86,7 @@ Old vintage mechanical keyboards occasionally have lock switches but modern ones
|
||||
|
||||
## Input Special Characters Other Than ASCII like Cédille 'Ç'
|
||||
|
||||
See the [Unicode](feature_unicode.md) feature.
|
||||
See the [Unicode](feature_unicode) feature.
|
||||
|
||||
## `Fn` Key on macOS
|
||||
|
||||
@@ -130,7 +130,7 @@ https://github.com/tekezo/Karabiner/issues/403
|
||||
|
||||
## Esc and <code>`</code> on a Single Key
|
||||
|
||||
See the [Grave Escape](feature_grave_esc.md) feature.
|
||||
See the [Grave Escape](feature_grave_esc) feature.
|
||||
|
||||
## Eject on Mac OSX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user