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/mechlovin/hex4b/rev2 | |
parent | 636093f75dd5a8b568c822aaab093484386e8e6e (diff) |
Relocate backlight drivers (#21444)
Diffstat (limited to 'keyboards/mechlovin/hex4b/rev2')
-rw-r--r-- | keyboards/mechlovin/hex4b/rev2/config.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/keyboards/mechlovin/hex4b/rev2/config.h b/keyboards/mechlovin/hex4b/rev2/config.h deleted file mode 100644 index 14dfffbed3..0000000000 --- a/keyboards/mechlovin/hex4b/rev2/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* -Copyright 2020 Team Mechlovin - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 2 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>. -*/ - -#pragma once - -#define BACKLIGHT_PWM_DRIVER PWMD4 |