diff options
Diffstat (limited to 'keyboards/kbdfans/kbd19x/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd19x/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/kbdfans/kbd19x/config.h b/keyboards/kbdfans/kbd19x/config.h index d722dc261..3fcda998c 100644 --- a/keyboards/kbdfans/kbd19x/config.h +++ b/keyboards/kbdfans/kbd19x/config.h | |||
@@ -47,11 +47,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | 47 | ||
48 | /* COL2ROW, ROW2COL*/ | 48 | /* COL2ROW, ROW2COL*/ |
49 | #define DIODE_DIRECTION COL2ROW | 49 | #define DIODE_DIRECTION COL2ROW |
50 | |||
51 | #define BACKLIGHT_PIN B6 | 50 | #define BACKLIGHT_PIN B6 |
52 | // #define BACKLIGHT_BREATHING | 51 | #ifdef BACKLIGHT_PIN |
53 | #define BACKLIGHT_LEVELS 3 | 52 | #define BACKLIGHT_LEVELS 3 |
54 | 53 | #endif | |
55 | #define RGB_DI_PIN E2 | 54 | #define RGB_DI_PIN E2 |
56 | #ifdef RGB_DI_PIN | 55 | #ifdef RGB_DI_PIN |
57 | #define RGBLIGHT_ANIMATIONS | 56 | #define RGBLIGHT_ANIMATIONS |
@@ -59,6 +58,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
59 | #define RGBLIGHT_HUE_STEP 8 | 58 | #define RGBLIGHT_HUE_STEP 8 |
60 | #define RGBLIGHT_SAT_STEP 8 | 59 | #define RGBLIGHT_SAT_STEP 8 |
61 | #define RGBLIGHT_VAL_STEP 8 | 60 | #define RGBLIGHT_VAL_STEP 8 |
61 | #define RGBLIGHT_SLEEP | ||
62 | #endif | 62 | #endif |
63 | 63 | ||
64 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 64 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |