logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 58807b02887c116a22f860cd80d5b94ddd77122b
parent 9877af9bf8967ade2a3d1ed752bb3faa52185ecb
Author: J <12501551+NBeing@users.noreply.github.com>
Date:   Sun, 22 Dec 2024 15:23:14 -0500

Clarify keymap location and format in newbs_building_firmware.md (#24663)


Diffstat:

Mdocs/newbs_building_firmware.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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