diff options
Diffstat (limited to 'docs/faq_misc.md')
-rw-r--r-- | docs/faq_misc.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/faq_misc.md b/docs/faq_misc.md index 9ab2b69a8..9e34a0481 100644 --- a/docs/faq_misc.md +++ b/docs/faq_misc.md | |||
@@ -36,7 +36,7 @@ Size after: | |||
36 | can retry, loading that one | 36 | can retry, loading that one |
37 | - Some of the options you might specify in your keyboard's Makefile | 37 | - Some of the options you might specify in your keyboard's Makefile |
38 | consume extra memory; watch out for BOOTMAGIC_ENABLE, | 38 | consume extra memory; watch out for BOOTMAGIC_ENABLE, |
39 | MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, CONSOLE_ENABLE, API_SYSEX_ENABLE | 39 | MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, CONSOLE_ENABLE |
40 | - DFU tools do /not/ allow you to write into the bootloader (unless | 40 | - DFU tools do /not/ allow you to write into the bootloader (unless |
41 | you throw in an extra fruit salad of options), so there is little risk | 41 | you throw in an extra fruit salad of options), so there is little risk |
42 | there. | 42 | there. |
@@ -49,10 +49,6 @@ First you have to compile firmware with the build option `NKRO_ENABLE` in **Make | |||
49 | 49 | ||
50 | 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 and you will need to switch to **6KRO** mode, in particular when you are in BIOS. | 50 | 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 and you will need to switch to **6KRO** mode, in particular when you are in BIOS. |
51 | 51 | ||
52 | If your firmware was built with `BOOTMAGIC_ENABLE` you need to turn its switch on by `BootMagic` **N** command(`Space+N` by default). This setting is stored in EEPROM and kept over power cycles. | ||
53 | |||
54 | https://github.com/tmk/tmk_keyboard#boot-magic-configuration---virtual-dip-switch | ||
55 | |||
56 | 52 | ||
57 | ## TrackPoint Needs Reset Circuit (PS/2 Mouse Support) | 53 | ## TrackPoint Needs Reset Circuit (PS/2 Mouse Support) |
58 | Without reset circuit you will have inconsistent result due to improper initialization of the hardware. See circuit schematic of TPM754: | 54 | Without reset circuit you will have inconsistent result due to improper initialization of the hardware. See circuit schematic of TPM754: |