summaryrefslogtreecommitdiff
path: root/data/mappings/info_rules.hjson
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-11-30 04:27:21 +0000
committerGitHub <noreply@github.com>2022-11-30 04:27:21 +0000
commitc952458c780baf425d3717e29f8004486b5637e8 (patch)
tree014404bcebf37b05a0da0d4101494b529cb91ece /data/mappings/info_rules.hjson
parent20b901366af8526f8ad2b5d4f688c886eb69d776 (diff)
DD bootmagic config (#19201)
* DD bootmagic config * Also enable * docs
Diffstat (limited to 'data/mappings/info_rules.hjson')
-rw-r--r--data/mappings/info_rules.hjson1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson
index 2f8656c4bf..b020d0c813 100644
--- a/data/mappings/info_rules.hjson
+++ b/data/mappings/info_rules.hjson
@@ -12,6 +12,7 @@
// replace_with: use with a key marked deprecated or invalid to designate a replacement
"BOARD": {"info_key": "board"},
"BOOTLOADER": {"info_key": "bootloader", "warn_duplicate": false},
+ "BOOTMAGIC_ENABLE": {"info_key": "bootmagic.enabled", "value_type": "bool"},
"BLUETOOTH_DRIVER": {"info_key": "bluetooth.driver"},
"CAPS_WORD_ENABLE": {"info_key": "caps_word.enabled", "value_type": "bool"},
"DEBOUNCE_TYPE": {"info_key": "build.debounce_type"},