summary refs log tree commit diff
path: root/keyboards/maple_computing
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-21 09:27:55 +1000
committerGitHub <noreply@github.com>2023-07-21 09:27:55 +1000
commit4137685f8eb3ecde7ba0158a78cd9c411ee05606 (patch)
tree52e5a157409680ae62e42318c4f6f7087bef19e2 /keyboards/maple_computing
parentb090354143612d2c0f5c8629510542de5bd4e29e (diff)
backlight: split AVR PWM and timer drivers (#21540)
Diffstat (limited to 'keyboards/maple_computing')
-rw-r--r--keyboards/maple_computing/christmas_tree/info.json1
-rw-r--r--keyboards/maple_computing/ivy/rev1/info.json1
-rw-r--r--keyboards/maple_computing/jnao/info.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/maple_computing/christmas_tree/info.json b/keyboards/maple_computing/christmas_tree/info.json
index 0a19667957..e675f2f932 100644
--- a/keyboards/maple_computing/christmas_tree/info.json
+++ b/keyboards/maple_computing/christmas_tree/info.json
@@ -13,6 +13,7 @@
   },
   "diode_direction": "COL2ROW",
   "backlight": {
+    "driver": "timer",
     "pin": "D2"
   },
   "processor": "atmega32u4",
diff --git a/keyboards/maple_computing/ivy/rev1/info.json b/keyboards/maple_computing/ivy/rev1/info.json
index 3b971cb673..de89abee75 100644
--- a/keyboards/maple_computing/ivy/rev1/info.json
+++ b/keyboards/maple_computing/ivy/rev1/info.json
@@ -14,6 +14,7 @@
     },
     "diode_direction": "COL2ROW",
     "backlight": {
+        "driver": "timer",
         "pin": "D2"
     },
     "processor": "atmega32u4",
diff --git a/keyboards/maple_computing/jnao/info.json b/keyboards/maple_computing/jnao/info.json
index f1e753017f..73ddf107ec 100644
--- a/keyboards/maple_computing/jnao/info.json
+++ b/keyboards/maple_computing/jnao/info.json
@@ -14,6 +14,7 @@
   },
   "diode_direction": "COL2ROW",
   "backlight": {
+    "driver": "timer",
     "pin": "D0"
   },
   "processor": "atmega32u4",