aboutsummaryrefslogtreecommitdiff
path: root/docs/faq_debug.md
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2017-12-09 16:56:58 +1100
committerJack Humbert <jack.humb@gmail.com>2017-12-09 10:46:11 -0500
commitbb53635f33c213e5a940edea8b07026ef89aed42 (patch)
tree7e170b424e37b7305f8be3072cd8c970f77ca073 /docs/faq_debug.md
parentaf37bb2f78c39c224c995eb57c757c63034a3d9c (diff)
downloadqmk_firmware-bb53635f33c213e5a940edea8b07026ef89aed42.tar.gz
qmk_firmware-bb53635f33c213e5a940edea8b07026ef89aed42.zip
Trim trailing whitespace
Diffstat (limited to 'docs/faq_debug.md')
-rw-r--r--docs/faq_debug.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/faq_debug.md b/docs/faq_debug.md
index 25226102d..7c1690d13 100644
--- a/docs/faq_debug.md
+++ b/docs/faq_debug.md
@@ -116,12 +116,12 @@ http://deskthority.net/workshop-f7/rebuilding-and-redesigning-a-classic-thinkpad
116Properly configure bootloader size in **Makefile**. With wrong section size bootloader won't probably start with **Magic command** and **Boot Magic**. 116Properly configure bootloader size in **Makefile**. With wrong section size bootloader won't probably start with **Magic command** and **Boot Magic**.
117``` 117```
118# Size of Bootloaders in bytes: 118# Size of Bootloaders in bytes:
119# Atmel DFU loader(ATmega32U4) 4096 119# Atmel DFU loader(ATmega32U4) 4096
120# Atmel DFU loader(AT90USB128) 8192 120# Atmel DFU loader(AT90USB128) 8192
121# LUFA bootloader(ATmega32U4) 4096 121# LUFA bootloader(ATmega32U4) 4096
122# Arduino Caterina(ATmega32U4) 4096 122# Arduino Caterina(ATmega32U4) 4096
123# USBaspLoader(ATmega***) 2048 123# USBaspLoader(ATmega***) 2048
124# Teensy halfKay(ATmega32U4) 512 124# Teensy halfKay(ATmega32U4) 512
125# Teensy++ halfKay(AT90USB128) 2048 125# Teensy++ halfKay(AT90USB128) 2048
126OPT_DEFS += -DBOOTLOADER_SIZE=4096 126OPT_DEFS += -DBOOTLOADER_SIZE=4096
127``` 127```
@@ -135,14 +135,14 @@ byte Atmel/LUFA(ATMega32u4) byte Atmel(AT90SUB1286)
135 | | | | 135 | | | |
136 | | | | 136 | | | |
137 | Application | | Application | 137 | Application | | Application |
138 | | | | 138 | | | |
139 = = = = 139 = = = =
140 | | 32KB-4KB | | 128KB-8KB 140 | | 32KB-4KB | | 128KB-8KB
1410x6000 +---------------+ 0x1E000 +---------------+ 1410x6000 +---------------+ 0x1E000 +---------------+
142 | Bootloader | 4KB | Bootloader | 8KB 142 | Bootloader | 4KB | Bootloader | 8KB
1430x7FFF +---------------+ 0x1FFFF +---------------+ 1430x7FFF +---------------+ 0x1FFFF +---------------+
144 144
145 145
146byte Teensy(ATMega32u4) byte Teensy++(AT90SUB1286) 146byte Teensy(ATMega32u4) byte Teensy++(AT90SUB1286)
1470x0000 +---------------+ 0x00000 +---------------+ 1470x0000 +---------------+ 0x00000 +---------------+
148 | | | | 148 | | | |
@@ -230,7 +230,7 @@ https://geekhack.org/index.php?topic=14290.msg1884034#msg1884034
230## Problem on BIOS (UEFI)/Resume (Sleep & Wake)/Power Cycles 230## Problem on BIOS (UEFI)/Resume (Sleep & Wake)/Power Cycles
231Some people reported their keyboard stops working on BIOS and/or after resume(power cycles). 231Some people reported their keyboard stops working on BIOS and/or after resume(power cycles).
232 232
233As of now root of its cause is not clear but some build options seem to be related. In Makefile try to disable those options like `CONSOLE_ENABLE`, `NKRO_ENABLE`, `SLEEP_LED_ENABLE` and/or others. 233As of now root of its cause is not clear but some build options seem to be related. In Makefile try to disable those options like `CONSOLE_ENABLE`, `NKRO_ENABLE`, `SLEEP_LED_ENABLE` and/or others.
234 234
235https://github.com/tmk/tmk_keyboard/issues/266 235https://github.com/tmk/tmk_keyboard/issues/266
236https://geekhack.org/index.php?topic=41989.msg1967778#msg1967778 236https://geekhack.org/index.php?topic=41989.msg1967778#msg1967778