diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:13:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 08:13:41 +1100 |
| commit | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch) | |
| tree | 412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/ash1800 | |
| parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) | |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/ash1800')
| -rw-r--r-- | keyboards/ash1800/config.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/ash1800/config.h b/keyboards/ash1800/config.h index 74d751b294..3591967a8f 100644 --- a/keyboards/ash1800/config.h +++ b/keyboards/ash1800/config.h | |||
| @@ -42,22 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | /* COL2ROW, ROW2COL*/ | 42 | /* COL2ROW, ROW2COL*/ |
| 43 | #define DIODE_DIRECTION COL2ROW | 43 | #define DIODE_DIRECTION COL2ROW |
| 44 | 44 | ||
| 45 | // #define RGB_DI_PIN E2 | ||
| 46 | // #ifdef RGB_DI_PIN | ||
| 47 | // #define RGBLED_NUM 16 | ||
| 48 | // #define RGBLIGHT_HUE_STEP 8 | ||
| 49 | // #define RGBLIGHT_SAT_STEP 8 | ||
| 50 | // #define RGBLIGHT_VAL_STEP 8 | ||
| 51 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 52 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 53 | // /*== customize breathing effect ==*/ | ||
| 54 | // /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 55 | // #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 56 | // /*==== use exp() and sin() ====*/ | ||
| 57 | // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 58 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 59 | // #endif | ||
| 60 | |||
| 61 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 45 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 62 | #define LOCKING_SUPPORT_ENABLE | 46 | #define LOCKING_SUPPORT_ENABLE |
| 63 | /* Locking resynchronize hack */ | 47 | /* Locking resynchronize hack */ |
