diff options
Diffstat (limited to 'keyboards/xd87/config.h')
| -rw-r--r-- | keyboards/xd87/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/xd87/config.h b/keyboards/xd87/config.h index dae9d3db8..438da93fb 100644 --- a/keyboards/xd87/config.h +++ b/keyboards/xd87/config.h | |||
| @@ -54,14 +54,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | // #define BACKLIGHT_BREATHING | 54 | // #define BACKLIGHT_BREATHING |
| 55 | #define BACKLIGHT_LEVELS 3 | 55 | #define BACKLIGHT_LEVELS 3 |
| 56 | 56 | ||
| 57 | // #define RGB_DI_PIN E2 | 57 | #define RGB_DI_PIN B7 |
| 58 | // #ifdef RGB_DI_PIN | 58 | #ifdef RGB_DI_PIN |
| 59 | // #define RGBLIGHT_ANIMATIONS | 59 | #define RGBLIGHT_ANIMATIONS |
| 60 | // #define RGBLED_NUM 16 | 60 | #define RGBLED_NUM 14 |
| 61 | // #define RGBLIGHT_HUE_STEP 8 | 61 | #define RGBLIGHT_HUE_STEP 8 |
| 62 | // #define RGBLIGHT_SAT_STEP 8 | 62 | #define RGBLIGHT_SAT_STEP 8 |
| 63 | // #define RGBLIGHT_VAL_STEP 8 | 63 | #define RGBLIGHT_VAL_STEP 8 |
| 64 | // #endif | 64 | #endif |
| 65 | 65 | ||
| 66 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 66 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 67 | #define DEBOUNCE 5 | 67 | #define DEBOUNCE 5 |
