Created
January 5, 2026 20:35
-
-
Save kopiro/083d975ae2c49d26bf6b0880a0de46d9 to your computer and use it in GitHub Desktop.
LG Magic Mapper Config - Use Channel UP/DOWN to change Brightness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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