From 6e445e3d356057ea0bdebc460703afda676069fe Mon Sep 17 00:00:00 2001 From: MyBestFriendMe Date: Thu, 17 Oct 2024 14:29:10 -0500 Subject: [PATCH] missed one I just forgot to save the document... --- docs/getting_started_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started_introduction.md b/docs/getting_started_introduction.md index 9417351747f..4469ae2a3df 100644 --- a/docs/getting_started_introduction.md +++ b/docs/getting_started_introduction.md @@ -17,7 +17,7 @@ Within the folder `keyboards`, its subfolder `handwired` and its vendor and manu * `keymaps/`: Different keymaps that can be built * `rules.mk`: The file that sets the default "make" options. Do not edit this file directly, instead use a keymap specific `rules.mk`. * `config.h`: The file that sets the default compile time options. Do not edit this file directly, instead use a keymap specific `config.h`. -* `info.json`: The file used for setting layout for QMK Configurator. See [Configurator Support](reference_configurator_support) for more information. +* `keyboard.json`: The file used for setting layout for QMK Configurator. See [Configurator Support](reference_configurator_support) for more information. * `readme.md`: A brief overview of the keyboard. * `.h`: This file is where the keyboard layout is defined against the keyboard's switch matrix. * `.c`: This file is where you can find custom code for the keyboard.