aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbd4x/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbdfans/kbd4x/config.h')
-rw-r--r--keyboards/kbdfans/kbd4x/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/kbdfans/kbd4x/config.h b/keyboards/kbdfans/kbd4x/config.h
index 07bc4b990..6928ea8ff 100644
--- a/keyboards/kbdfans/kbd4x/config.h
+++ b/keyboards/kbdfans/kbd4x/config.h
@@ -47,11 +47,11 @@ 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
51#ifdef BACKLIGHT_PIN
52#define BACKLIGHT_BREATHING 52#define BACKLIGHT_BREATHING
53#define BACKLIGHT_LEVELS 3 53#define BACKLIGHT_LEVELS 3
54 54#endif
55#define RGB_DI_PIN E2 55#define RGB_DI_PIN E2
56#ifdef RGB_DI_PIN 56#ifdef RGB_DI_PIN
57#define RGBLIGHT_ANIMATIONS 57#define RGBLIGHT_ANIMATIONS
@@ -59,6 +59,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
59#define RGBLIGHT_HUE_STEP 8 59#define RGBLIGHT_HUE_STEP 8
60#define RGBLIGHT_SAT_STEP 8 60#define RGBLIGHT_SAT_STEP 8
61#define RGBLIGHT_VAL_STEP 8 61#define RGBLIGHT_VAL_STEP 8
62#define RGBLIGHT_SLEEP
62#endif 63#endif
63 64
64/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 65/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */