diff options
author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2022-01-09 09:33:46 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 18:33:46 -0800 |
commit | 69510bab8ee882ac80bb85f340b9ac56639bfa77 (patch) | |
tree | 0dd5cdd971479ab5aa5f99918fb31a63136c0339 /keyboards/mechlovin/hannah65/config.h | |
parent | ac02260bcb8c71dbafc606ed5311033ec28cc397 (diff) |
[Keyboard] add Haus PCB (#12434)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mechlovin/hannah65/config.h')
-rw-r--r-- | keyboards/mechlovin/hannah65/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/mechlovin/hannah65/config.h b/keyboards/mechlovin/hannah65/config.h index 8c94fe4b35..f0aa801396 100644 --- a/keyboards/mechlovin/hannah65/config.h +++ b/keyboards/mechlovin/hannah65/config.h @@ -42,10 +42,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define LED_CAPS_LOCK_PIN B9 +#define LED_PIN_ON_STATE 0 #define BACKLIGHT_PIN B8 #define BACKLIGHT_BREATHING -#define BACKLIGHT_PWM_DRIVER PWMD3 +#define BACKLIGHT_PWM_DRIVER PWMD4 #define BACKLIGHT_PWM_CHANNEL 3 #define BACKLIGHT_LEVELS 3 |