summaryrefslogtreecommitdiff
path: root/data/mappings/info_rules.json
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-30 04:05:05 +1000
committerGitHub <noreply@github.com>2022-08-29 19:05:05 +0100
commitef775d0fc8ae70ac2d7add1a494427010f79049c (patch)
treecb4585d5e70343e1c61fc48297447d72b13c6eb8 /data/mappings/info_rules.json
parente99ec28f5fffc41ce2662e883f7e9b56383d758b (diff)
Fix incorrect `bluetooth.driver` rules.mk mapping (#18205)
Diffstat (limited to 'data/mappings/info_rules.json')
-rw-r--r--data/mappings/info_rules.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mappings/info_rules.json b/data/mappings/info_rules.json
index 3f140277fe..87a4b795b6 100644
--- a/data/mappings/info_rules.json
+++ b/data/mappings/info_rules.json
@@ -12,7 +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},
- "BLUETOOTH": {"info_key": "bluetooth.driver"},
+ "BLUETOOTH_DRIVER": {"info_key": "bluetooth.driver"},
"CAPS_WORD_ENABLE": {"info_key": "caps_word.enabled", "value_type": "bool"},
"ENCODER_ENABLE": {"info_key": "encoder.enabled", "value_type": "bool"},
"FIRMWARE_FORMAT": {"info_key": "build.firmware_format"},