diff options
Diffstat (limited to 'keyboards/alf')
| -rw-r--r-- | keyboards/alf/x2/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/alf/x2/config.h b/keyboards/alf/x2/config.h index 31212ce33..f2106fa88 100644 --- a/keyboards/alf/x2/config.h +++ b/keyboards/alf/x2/config.h | |||
| @@ -43,9 +43,6 @@ | |||
| 43 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 43 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 44 | ) | 44 | ) |
| 45 | 45 | ||
| 46 | /* prevent stuck modifiers */ | ||
| 47 | #define PREVENT_STUCK_MODIFIERS | ||
| 48 | |||
| 49 | #define RGB_DI_PIN E2 | 46 | #define RGB_DI_PIN E2 |
| 50 | #ifdef RGB_DI_PIN | 47 | #ifdef RGB_DI_PIN |
| 51 | #define RGBLIGHT_ANIMATIONS | 48 | #define RGBLIGHT_ANIMATIONS |
| @@ -55,4 +52,4 @@ | |||
| 55 | #define RGBLIGHT_VAL_STEP 8 | 52 | #define RGBLIGHT_VAL_STEP 8 |
| 56 | #endif | 53 | #endif |
| 57 | 54 | ||
| 58 | #endif \ No newline at end of file | 55 | #endif |
