aboutsummaryrefslogtreecommitdiff
path: root/docs/configurator_troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configurator_troubleshooting.md')
-rw-r--r--docs/configurator_troubleshooting.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/configurator_troubleshooting.md b/docs/configurator_troubleshooting.md
index 0d013af29..80b9713b6 100644
--- a/docs/configurator_troubleshooting.md
+++ b/docs/configurator_troubleshooting.md
@@ -2,15 +2,15 @@
2 2
3## My .json file is not working 3## My .json file is not working
4 4
5If the .json file was generated with QMK Configurator, congratulations you have stumbled upon a bug. File an issue at [qmk_configurator](https://github.com/qmk/qmk_configurator/issues) 5If the .json file was generated with QMK Configurator, congratulations you have stumbled upon a bug. File an issue at [qmk_configurator](https://github.com/qmk/qmk_configurator/issues).
6 6
7If not....how did you miss my big bold message at the top saying not to use other .json files? 7If not... how did you miss the big bold message at the top saying not to use other .json files?
8 8
9## There are extra spaces in my layout? What do I do? 9## There are extra spaces in my layout? What do I do?
10 10
11If you're referring to having three spots for space bar, the best course of action is to just fill them all with space bar. The same can be done for backspace and shifts 11If you're referring to having three spots for space bar, the best course of action is to just fill them all with Space. The same can be done for Backspace and Shift keys.
12 12
13## What is the keycode for....... 13## What is the keycode for...
14 14
15Please see: 15Please see:
16 16
@@ -20,3 +20,7 @@ Please see:
20## It won't compile 20## It won't compile
21 21
22Please double check the other layers of your keymap to make sure there are no random keys present. 22Please double check the other layers of your keymap to make sure there are no random keys present.
23
24## Problems and Bugs
25
26We are always accepting customer requests and bug reports. Please file them at [qmk_configurator](https://github.com/qmk/qmk_configurator/issues).