diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-21 09:27:55 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 09:27:55 +1000 |
commit | 4137685f8eb3ecde7ba0158a78cd9c411ee05606 (patch) | |
tree | 52e5a157409680ae62e42318c4f6f7087bef19e2 /keyboards/40percentclub/sixpack | |
parent | b090354143612d2c0f5c8629510542de5bd4e29e (diff) |
backlight: split AVR PWM and timer drivers (#21540)
Diffstat (limited to 'keyboards/40percentclub/sixpack')
-rw-r--r-- | keyboards/40percentclub/sixpack/info.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/40percentclub/sixpack/info.json b/keyboards/40percentclub/sixpack/info.json index 3483c7d4df..cd4864fbd1 100644 --- a/keyboards/40percentclub/sixpack/info.json +++ b/keyboards/40percentclub/sixpack/info.json @@ -9,6 +9,7 @@ "device_version": "10.0.1" }, "backlight": { + "driver": "timer", "pins": ["F4", "F5"], "levels": 6, "breathing": true |