Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created January 5, 2026 20:35
Show Gist options
  • Select an option

  • Save kopiro/083d975ae2c49d26bf6b0880a0de46d9 to your computer and use it in GitHub Desktop.

Select an option

Save kopiro/083d975ae2c49d26bf6b0880a0de46d9 to your computer and use it in GitHub Desktop.
LG Magic Mapper Config - Use Channel UP/DOWN to change Brightness
{
"ch_up": {
"function": "increase_oled_light",
"inputs": {
"increment": 10,
"disable_energy_savings": "no"
}
},
"ch_down": {
"function": "reduce_oled_light",
"inputs": {
"increment": 10,
"disable_energy_savings": "no"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment