backlight: split AVR PWM and timer drivers (#21540)

This commit is contained in:
Ryan
2023-07-21 09:27:55 +10:00
committed by GitHub
parent b090354143
commit 4137685f8e
43 changed files with 570 additions and 317 deletions
+1
View File
@@ -14,6 +14,7 @@
},
"diode_direction": "COL2ROW",
"backlight": {
"driver": "timer",
"pin": "D0",
"levels": 6
},
+1
View File
@@ -9,6 +9,7 @@
"device_version": "2.0.5"
},
"backlight": {
"driver": "timer",
"pins": ["C2", "C7", "D5", "D6", "B0"],
"levels": 10
},