diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-08 23:13:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 23:13:10 +1000 |
commit | cb2331713c84bb2b7f140f67b41037721f4958a1 (patch) | |
tree | 4175658b8fd5ae1becc9e9e1b66fe0eccffa4c7e /keyboards/ebastler/isometria_75 | |
parent | 636093f75dd5a8b568c822aaab093484386e8e6e (diff) |
Relocate backlight drivers (#21444)
Diffstat (limited to 'keyboards/ebastler/isometria_75')
-rw-r--r-- | keyboards/ebastler/isometria_75/rev1/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ebastler/isometria_75/rev1/config.h b/keyboards/ebastler/isometria_75/rev1/config.h index 29a2ac527d..18f4f1f4d6 100644 --- a/keyboards/ebastler/isometria_75/rev1/config.h +++ b/keyboards/ebastler/isometria_75/rev1/config.h @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Backlight */ #define BACKLIGHT_PWM_DRIVER PWMD1 #define BACKLIGHT_PWM_CHANNEL 2 -#define BACKLIGHT_PAL_MODE 2 #define BACKLIGHT_PWM_OUTPUT_FREQUENCY 1000 // Increases backlight PWM freq if compiled with an unmerged PR. Does no harm without it. /* Underglow */ |