diff options
Diffstat (limited to 'docs/newbs_building_firmware_configurator.md')
-rw-r--r-- | docs/newbs_building_firmware_configurator.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/newbs_building_firmware_configurator.md b/docs/newbs_building_firmware_configurator.md new file mode 100644 index 000000000..eae0cef2c --- /dev/null +++ b/docs/newbs_building_firmware_configurator.md | |||
@@ -0,0 +1,13 @@ | |||
1 | # QMK Configurator | ||
2 | |||
3 | [](https://config.qmk.fm/) | ||
4 | |||
5 | The [QMK Configurator](https://config.qmk.fm) is an online graphical user interface that generates QMK Firmware `.hex` or `.bin` files. | ||
6 | |||
7 | Watch the [Video Tutorial](https://www.youtube.com/watch?v=-imgglzDMdY). Many people find that is enough information to start programming their own keyboard. | ||
8 | |||
9 | The QMK Configurator works best with Chrome or Firefox. | ||
10 | |||
11 | !> **Note: Files from other tools such as Keyboard Layout Editor (KLE), or kbfirmware will not be compatible with QMK Configurator. Do not load them, do not import them. QMK Configurator is a DIFFERENT tool.** | ||
12 | |||
13 | Please refer to [QMK Configurator: Step by Step](configurator_step_by_step.md). | ||