diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-20 08:12:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 08:12:19 +1100 |
commit | 65a80f411f03be466d0b74c5b1d44f161e19ac7e (patch) | |
tree | 8d50fe66e700167fa758eb2763a7be6eb10a2c7f /data/mappings | |
parent | 3c144fac5e2b634166f6b9cc0fc45029d63d3398 (diff) |
Clean up APA102 config and add DD mapping (#20159)
Diffstat (limited to 'data/mappings')
-rw-r--r-- | data/mappings/info_config.hjson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/mappings/info_config.hjson b/data/mappings/info_config.hjson index 46108e6fe6..239813473c 100644 --- a/data/mappings/info_config.hjson +++ b/data/mappings/info_config.hjson @@ -10,6 +10,9 @@ // deprecated: Default `false`. Set to `true` to turn on warning when a value exists // invalid: Default `false`. Set to `true` to generate errors when a value exists // replace_with: use with a key marked deprecated or invalid to designate a replacement + "APA102_DI_PIN": {"info_key": "apa102.data_pin"}, + "APA102_CI_PIN": {"info_key": "apa102.clock_pin"}, + "APA102_DEFAULT_BRIGHTNESS": {"info_key": "apa102.default_brightness", "value_type": "int"}, "AUDIO_VOICES": {"info_key": "audio.voices", "value_type": "bool"}, "BACKLIGHT_BREATHING": {"info_key": "backlight.breathing", "value_type": "bool"}, "BREATHING_PERIOD": {"info_key": "backlight.breathing_period", "value_type": "int"}, |