qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 7a0dbe36f384e9c38120ab02f70d80f07193f53c
parent d30cd87556e26f9b716d21a9bd799b271b96ebb4
Author: Joel Challis <git@zvecr.com>
Date:   Mon, 20 Jan 2025 04:55:01 +0000

Formally deprecate DEFAULT_FOLDER (#24836)


Diffstat:
Mdata/mappings/info_rules.hjson | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson @@ -55,5 +55,6 @@ // Items we want flagged in lint "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, "CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, + "DEFAULT_FOLDER": {"info_key": "_deprecated.default_folder", "deprecated": true}, "VIAL_ENABLE": {"info_key": "_invalid.vial", "invalid": true} }