Skip to content

Commit

Permalink
Update newbs_building_firmware.md
Browse files Browse the repository at this point in the history
Add link to json2c util.
  • Loading branch information
NBeing authored Nov 30, 2024
1 parent ea027d1 commit 08abcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/newbs_building_firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. If your particular keyboards default keymap is a `.json` file there will be a `keymap.json` located in the generated folder instead of a `keymap.c` file. The `keymap.json` file can be converted to a `keymap.c` file using QMK's `json2c` utility.
This is the location of your new `keymap.c` file. If your particular keyboards default keymap is a `.json` file there will be a `keymap.json` located in the generated folder instead of a `keymap.c` file. The `keymap.json` file can be converted to a `keymap.c` file using QMK's [`json2c`](cli_commands#qmk-json2c) utility.

## Open `keymap.c` In Your Favorite Text Editor

Expand Down

0 comments on commit 08abcd6

Please sign in to comment.