diff options
| author | Joel Challis | 2025-06-09 06:08:56 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-09 06:08:56 +0200 |
| commit | 0326355edcfd8008646d2ff2f6eca3e69fdc5738 (patch) | |
| tree | d2df8e02bcbc97fa5921d6ec2f72e3fd68de69c3 /docs | |
| parent | 94f1aade5ceb89464dbaddd29c7277f7333bf817 (diff) | |
Remove `DEFAULT_FOLDER` handling (#23281)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index b2a2117693..91c17cf09d 100644 --- a/docs/config_options.md +++ b/docs/config_options.md @@ -364,8 +364,6 @@ This is a [make](https://www.gnu.org/software/make/manual/make.html) file that i ## Build Options -* `DEFAULT_FOLDER` - * Used to specify a default folder when a keyboard has more than one sub-folder. * `FIRMWARE_FORMAT` * Defines which format (bin, hex) is copied to the root `qmk_firmware` folder after building. * `SRC` |