···2020/* Backlight */
2121#define BACKLIGHT_PWM_DRIVER PWMD1
2222#define BACKLIGHT_PWM_CHANNEL 2
2323-#define BACKLIGHT_PAL_MODE 2
2423#define BACKLIGHT_PWM_OUTPUT_FREQUENCY 1000 // Increases backlight PWM freq if compiled with an unmerged PR. Does no harm without it.
25242625/* Underglow */
···11- /* Copyright 2020 Imam Rafii
22- *
33- * This program is free software: you can redistribute it and/or modify
44- * it under the terms of the GNU General Public License as published by
55- * the Free Software Foundation, either version 2 of the License, or
66- * (at your option) any later version.
77- *
88- * This program is distributed in the hope that it will be useful,
99- * but WITHOUT ANY WARRANTY; without even the implied warranty of
1010- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1111- * GNU General Public License for more details.
1212- *
1313- * You should have received a copy of the GNU General Public License
1414- * along with this program. If not, see <http://www.gnu.org/licenses/>.
1515- */
1616-#pragma once
1717-1818-#define BACKLIGHT_PWM_DRIVER PWMD5
1919-#define BACKLIGHT_PWM_CHANNEL 1
-1
keyboards/linworks/fave104/config.h
···19192020#define BACKLIGHT_PWM_DRIVER PWMD2
2121#define BACKLIGHT_PWM_CHANNEL 2
2222-#define BACKLIGHT_PAL_MODE 2
2322#define BACKLIGHT_PWM_OUTPUT_FREQUENCY 1000 // Increases backlight PWM freq if compiled with an unmerged PR. Does no harm without it.
-1
keyboards/linworks/whale75/config.h
···1515#pragma once
16161717#define BACKLIGHT_PWM_DRIVER PWMD1
1818-#define BACKLIGHT_PWM_CHANNEL 3
1918#define BACKLIGHT_PAL_MODE 6
2019#define BACKLIGHT_PWM_OUTPUT_FREQUENCY 1000 // Increases backlight PWM freq if compiled with an unmerged PR. Does no harm without it.
2120
···11-/*
22-Copyright 2020 Team Mechlovin
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-1818-#pragma once
1919-2020-#define BACKLIGHT_PWM_DRIVER PWMD4
2121-#define BACKLIGHT_PWM_CHANNEL 3
-20
keyboards/mechlovin/hex4b/rev2/config.h
···11-/*
22-Copyright 2020 Team Mechlovin
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-1818-#pragma once
1919-2020-#define BACKLIGHT_PWM_DRIVER PWMD4
···1717#pragma once
18181919#define BACKLIGHT_PWM_DRIVER PWMD3
2020-#define BACKLIGHT_PWM_CHANNEL 3
-1
keyboards/mechlovin/infinity88/config.h
···1818#pragma once
19192020#define BACKLIGHT_PWM_DRIVER PWMD3
2121-#define BACKLIGHT_PWM_CHANNEL 3
22212322/*== all animations enable ==*/#define RGBLIGHT_EFFECT_BREATHING
2423#define RGBLIGHT_EFFECT_RAINBOW_MOOD
-21
keyboards/mechlovin/mechlovin9/rev1/config.h
···11-/*
22-Copyright 2021 Mechlovin' Studio
33-44-This program is free software: you can redistribute it and/or modify
55-it under the terms of the GNU General Public License as published by
66-the Free Software Foundation, either version 2 of the License, or
77-(at your option) any later version.
88-99-This program is distributed in the hope that it will be useful,
1010-but WITHOUT ANY WARRANTY; without even the implied warranty of
1111-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212-GNU General Public License for more details.
1313-1414-You should have received a copy of the GNU General Public License
1515-along with this program. If not, see <http://www.gnu.org/licenses/>.
1616-*/
1717-1818-#pragma once
1919-2020-#define BACKLIGHT_PWM_DRIVER PWMD3
2121-#define BACKLIGHT_PWM_CHANNEL 3
-3
keyboards/mechlovin/tmkl/config.h
···17171818#pragma once
19192020-#define BACKLIGHT_PWM_DRIVER PWMD3
2121-#define BACKLIGHT_PWM_CHANNEL 3
2222-2320/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
2421#define LOCKING_SUPPORT_ENABLE
···1515along with this program. If not, see <http://www.gnu.org/licenses/>.
1616*/
17171818-#include "quantum.h"
1918#include "backlight.h"
2019#include "eeprom.h"
2120#include "eeconfig.h"