summaryrefslogtreecommitdiff
path: root/docs/newbs_building_firmware_configurator.md
diff options
context:
space:
mode:
authorTom Barnes <tom@mechboards.co.uk>2023-06-10 15:56:43 +0100
committerGitHub <noreply@github.com>2023-06-10 15:56:43 +0100
commitf35cb924e9714827789adbea8dd6a8a2ef945177 (patch)
tree23b87bcaf9b23b6b85ba60f431a44e6f9ea866a5 /docs/newbs_building_firmware_configurator.md
parente01e3fc866f3d2da37cfdaf5cce5480f9410cc10 (diff)
Update newbs docs with some rp2040 stuff (#21186)
* Update newbs_building_firmware_configurator.md * Update docs/newbs_flashing.md Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/newbs_building_firmware_configurator.md')
-rw-r--r--docs/newbs_building_firmware_configurator.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/newbs_building_firmware_configurator.md b/docs/newbs_building_firmware_configurator.md
index eae0cef2c2..20256e5f28 100644
--- a/docs/newbs_building_firmware_configurator.md
+++ b/docs/newbs_building_firmware_configurator.md
@@ -4,6 +4,8 @@
The [QMK Configurator](https://config.qmk.fm) is an online graphical user interface that generates QMK Firmware `.hex` or `.bin` files.
+It should be noted that Configurator cannot produce firmwares for keyboards using a different controller than they were designed for, i.e. an RP2040 controller on a board designed for pro micro. You will have to use the command line [converters](https://docs.qmk.fm/#/feature_converters?id=supported-converters) for this.
+
Watch the [Video Tutorial](https://www.youtube.com/watch?v=-imgglzDMdY). Many people find that is enough information to start programming their own keyboard.
The QMK Configurator works best with Chrome or Firefox.