diff options
author | Álvaro A. Volpato <alvaro.volpato@usp.br> | 2021-12-07 11:48:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 14:48:12 +0000 |
commit | 28e92536d46298229593c12406b503bf3bcbbede (patch) | |
tree | 26dafb81884df75d67794f5368b273113596582d /keyboards/iron180/config.h | |
parent | 554cc86aebd9011efd30d708ed2a717aaf8f93f1 (diff) |
Iron180 LED fix (#15411)
Diffstat (limited to 'keyboards/iron180/config.h')
-rw-r--r-- | keyboards/iron180/config.h | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/keyboards/iron180/config.h b/keyboards/iron180/config.h index b7b6cb6520..bb71496b53 100644 --- a/keyboards/iron180/config.h +++ b/keyboards/iron180/config.h @@ -1,5 +1,5 @@ /* -Copyright 2015 Álvaro "Gondolindrim" Volpato <gondolindrim@acheronproject.com> +Copyright 2021 Álvaro "Gondolindrim" Volpato <gondolindrim@acheronproject.com> 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 @@ -36,12 +36,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PWM_DRIVER PWMD3 #define BACKLIGHT_PWM_CHANNEL 1 #define BACKLIGHT_PAL_MODE 1 -#define BACKLIGHT_LEVELS 6 +#define BACKLIGHT_LEVELS 20 #define BACKLIGHT_BREATHING -#define BREATHING_PERIOD 6 - -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST +#define BREATHING_PERIOD 5 /* Set 0 if debouncing isn't needed */ #define DEBOUNCE 5 @@ -50,21 +47,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT -//#define NO_ACTION_MACRO -//#define NO_ACTION_FUNCTION |