Browse Source

Add missing DD mapping for RGB_MATRIX_DRIVER (#18160)

pull/18169/head
Ryan 1 year ago
committed by GitHub
parent
commit
fc0bf67f37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      data/mappings/info_rules.json

+ 1
- 0
data/mappings/info_rules.json View File

@ -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"},


Loading…
Cancel
Save