Skip to content

Commit

Permalink
add apa102 and ws2812 double buffer to the info_config.hjson
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelus22 committed Nov 28, 2024
1 parent 93b5cf8 commit d878171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/mappings/info_config.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"APA102_CI_PIN": {"info_key": "apa102.clock_pin"},
"APA102_DEFAULT_BRIGHTNESS": {"info_key": "apa102.default_brightness", "value_type": "int"},
"APA102_DI_PIN": {"info_key": "apa102.data_pin"},
"APA102_DOUBLE_BUFFER": {"info_key": "apa102.double_buffer", "value_type": "flag"},

// Audio
"AUDIO_DEFAULT_ON": {"info_key": "audio.default.on", "value_type": "bool"},
Expand Down Expand Up @@ -223,6 +224,7 @@
"WS2812_I2C_ADDRESS": {"info_key": "ws2812.i2c_address", "value_type": "hex"},
"WS2812_I2C_TIMEOUT": {"info_key": "ws2812.i2c_timeout", "value_type": "int"},
"WS2812_RGBW": {"info_key": "ws2812.rgbw", "value_type": "flag"},
"WS2812_DOUBLE_BUFFER": {"info_key": "ws2812.double_buffer", "value_type": "flag"},

"LAYOUTS": {"info_key": "layout_aliases", "value_type": "mapping"},

Expand Down

0 comments on commit d878171

Please sign in to comment.