summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-08-25 07:20:05 +1000
committerGitHub <noreply@github.com>2022-08-24 22:20:05 +0100
commitfc0bf67f372c38f72c303cdec21b1d4afb5e8cb4 (patch)
treeb14df254c402d3abe0fd3899d2c025e469b30bc5 /data
parent4a6712331092ecba79f4e6fa1e533317171c0b08 (diff)
Add missing DD mapping for RGB_MATRIX_DRIVER (#18160)
Diffstat (limited to 'data')
-rw-r--r--data/mappings/info_rules.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mappings/info_rules.json b/data/mappings/info_rules.json
index 93de321ab1..fb54d2bdc0 100644
--- a/data/mappings/info_rules.json
+++ b/data/mappings/info_rules.json
@@ -19,6 +19,7 @@
"MOUSE_SHARED_EP": {"info_key": "usb.shared_endpoint.mouse", "value_type": "bool"},
"LAYOUTS": {"info_key": "community_layouts", "value_type": "list"},
"LED_MATRIX_DRIVER": {"info_key": "led_matrix.driver"},
+ "RGB_MATRIX_DRIVER": {"info_key": "rgb_matrix.driver"},
"LTO_ENABLE": {"info_key": "build.lto", "value_type": "bool"},
"MCU": {"info_key": "processor", "warn_duplicate": false},
"MOUSEKEY_ENABLE": {"info_key": "mouse_key.enabled", "value_type": "bool"},