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/quantrik/kyuu | |
| parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) | |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/quantrik/kyuu')
| -rw-r--r-- | keyboards/quantrik/kyuu/config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/quantrik/kyuu/config.h b/keyboards/quantrik/kyuu/config.h index 30c2b753d4..7432874ecc 100644 --- a/keyboards/quantrik/kyuu/config.h +++ b/keyboards/quantrik/kyuu/config.h | |||
| @@ -38,16 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | /* COL2ROW, ROW2COL*/ | 38 | /* COL2ROW, ROW2COL*/ |
| 39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
| 40 | 40 | ||
| 41 | // #define RGB_DI_PIN E2 | ||
| 42 | // #ifdef RGB_DI_PIN | ||
| 43 | // #define RGBLED_NUM 16 | ||
| 44 | // #define RGBLIGHT_HUE_STEP 8 | ||
| 45 | // #define RGBLIGHT_SAT_STEP 8 | ||
| 46 | // #define RGBLIGHT_VAL_STEP 8 | ||
| 47 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 48 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 49 | // #endif | ||
| 50 | |||
| 51 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 41 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 52 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
| 53 | /* Locking resynchronize hack */ | 43 | /* Locking resynchronize hack */ |
