You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1019 B

  1. # Configurator Troubleshooting
  2. ## My .json file is not working
  3. If 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).
  4. If not... how did you miss the big bold message at the top saying not to use other .json files?
  5. ## There are extra spaces in my layout? What do I do?
  6. If 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.
  7. ## What is the keycode for...
  8. Please see:
  9. * [Basic Keycode Reference](keycodes_basic.md)
  10. * [Advanced Keycode Reference](feature_advanced_keycodes.md)
  11. ## It won't compile
  12. Please double check the other layers of your keymap to make sure there are no random keys present.
  13. ## Problems and Bugs
  14. We are always accepting customer requests and bug reports. Please file them at [qmk_configurator](https://github.com/qmk/qmk_configurator/issues).