aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2024-12-22 20:23:46 +0000
committerQMK Bot <hello@qmk.fm>2024-12-22 20:23:46 +0000
commit5c1c4874d765bfec94f0b30ab285ba13b46a6b43 (patch)
treeeb879f9e4704e5479d2f256ff2422338a6328036
parent32ea7025fbae47fb824419aaba74f95880f34d57 (diff)
parent58807b02887c116a22f860cd80d5b94ddd77122b (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/newbs_building_firmware.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newbs_building_firmware.md b/docs/newbs_building_firmware.md
index f3afd6a896..f5e529b9ce 100644
--- a/docs/newbs_building_firmware.md
+++ b/docs/newbs_building_firmware.md
@@ -42,7 +42,7 @@ Look at the output from that command, you should see something like this:
Ψ Created a new keymap called <github_username> in: /home/me/qmk_firmware/keyboards/clueboard/66/rev3/keymaps/<github_username>.
```
-This is the location of your new `keymap.c` file.
+This is the location of your new keymap file. Your keyboards default keymap file may be a `.json` file or a `.c` file. If your keymap is a `.json` file it can be converted to a `.c` file using QMK's [`json2c`](cli_commands#qmk-json2c) utility.
## Open `keymap.c` In Your Favorite Text Editor