]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated FAQ (markdown)
authortmk <tmk@users.noreply.github.com>
Wed, 6 May 2015 01:12:46 +0000 (10:12 +0900)
committertmk <tmk@users.noreply.github.com>
Wed, 6 May 2015 01:12:46 +0000 (10:12 +0900)
FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 39de3b5ef0d19efe2b1202fc10438262bad67221..1e9c017b6d670fcf64208d620e2363e0d421923f 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -53,7 +53,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="feed", MODE:="0666"
 \r
 # Miscellaneous\r
 ## NKRO Doesn't work\r
-First you have to compile frimware with this build option `NKRO_ENABLE` in `Makefile`.\r
+First you have to compile frimware with this build option `NKRO_ENABLE` in **Makefile**.\r
 \r
 Try `Magic` **N** command(`LShift+RShift+N` by default) when **NKRO** still doesn't work. You can use this command to toggle between **NKRO** and **6KRO** mode temporarily. In some situations **NKRO** doesn't work you need to switch to **6KRO** mode, in particular when you are in BIOS.\r
 \r
@@ -106,7 +106,7 @@ http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf
 \r
 \r
 ## Bootloader jump doesn't work\r
-Properly configure bootloader size in Makefile. With wrong section size bootloader won't probably start with **Magic command** and **Boot Magic**.\r
+Properly configure bootloader size in **Makefile**. With wrong section size bootloader won't probably start with **Magic command** and **Boot Magic**.\r
 ```\r
 # Size of Bootloaders in bytes:\r
 #   Atmel DFU loader(ATmega32U4)   4096    \r