summaryrefslogtreecommitdiff
path: root/keyboards/deng/thirty/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-21 09:41:02 +1000
committerGitHub <noreply@github.com>2023-07-21 09:41:02 +1000
commit39679e055d803fcd0fda3669088df694e0e31b2c (patch)
treee4c06867348da1db27a04b9d7a34dd2ba8db3a30 /keyboards/deng/thirty/config.h
parent4137685f8eb3ecde7ba0158a78cd9c411ee05606 (diff)
Fix backlight support for some boards (#21554)
Diffstat (limited to 'keyboards/deng/thirty/config.h')
-rw-r--r--keyboards/deng/thirty/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/deng/thirty/config.h b/keyboards/deng/thirty/config.h
index d80983202f..20e6673dd2 100644
--- a/keyboards/deng/thirty/config.h
+++ b/keyboards/deng/thirty/config.h
@@ -15,6 +15,9 @@
*/
#pragma once
+#define BACKLIGHT_PWM_DRIVER PWMD2
+#define BACKLIGHT_PWM_CHANNEL 4
+
/* RGB Matrix */
#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_LED_COUNT 30