8 lines
159 B
C
8 lines
159 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define BACKLIGHT_PWM_DRIVER PWMD2
|
||
|
#define BACKLIGHT_PWM_CHANNEL 2
|
||
|
#define BACKLIGHT_PAL_MODE 2
|