diff options
Diffstat (limited to 'keyboards/zeal60/keymaps/tusing/config.h')
| -rw-r--r-- | keyboards/zeal60/keymaps/tusing/config.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/keyboards/zeal60/keymaps/tusing/config.h b/keyboards/zeal60/keymaps/tusing/config.h deleted file mode 100644 index 64aaece50..000000000 --- a/keyboards/zeal60/keymaps/tusing/config.h +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | /* Enable/disable LEDs based on layout. */ | ||
| 4 | #undef RGB_BACKLIGHT_USE_SPLIT_BACKSPACE | ||
| 5 | #define RGB_BACKLIGHT_USE_SPLIT_BACKSPACE 0 | ||
| 6 | |||
| 7 | #undef RGB_BACKLIGHT_USE_SPLIT_LEFT_SHIFT | ||
| 8 | #define RGB_BACKLIGHT_USE_SPLIT_LEFT_SHIFT 0 | ||
| 9 | |||
| 10 | #undef RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT | ||
| 11 | #define RGB_BACKLIGHT_USE_SPLIT_RIGHT_SHIFT 0 | ||
| 12 | |||
| 13 | #undef RGB_BACKLIGHT_USE_7U_SPACEBAR | ||
| 14 | #define RGB_BACKLIGHT_USE_7U_SPACEBAR 0 | ||
| 15 | |||
| 16 | #undef RGB_BACKLIGHT_USE_ISO_ENTER | ||
| 17 | #define RGB_BACKLIGHT_USE_ISO_ENTER 0 | ||
| 18 | |||
| 19 | #undef RGB_BACKLIGHT_DISABLE_HHKB_BLOCKER_LEDS | ||
| 20 | #define RGB_BACKLIGHT_DISABLE_HHKB_BLOCKER_LEDS 0 | ||
| 21 | |||
| 22 | // Set up RGB underglow. | ||
| 23 | #define RGB_DI_PIN B0 // The pin your RGB strip is wired to | ||
| 24 | #define RGBLIGHT_ANIMATIONS // Require for fancier stuff (not compatible with audio) | ||
| 25 | #define RGBLED_NUM 35 // Number of LEDs | ||
| 26 | #define RGBLIGHT_HUE_STEP 5 // How much each press of rgb_hue changes hue | ||
| 27 | #define RGBLIGHT_SAT_STEP 10 // How much each press of rgb_sat changes sat | ||
| 28 | #define RGBLIGHT_VAL_STEP 10 // How much each press of rgb_val changes val | ||
| 29 | |||
| 30 | // Enable current limiting for RGB underglow. | ||
| 31 | #define RGBSTRIP_CURRENT_LIMIT 1300 // Strip current limit in mA. (USB amperage - 500mA for keyboard) | ||
| 32 | #define RGBSTRIP_MAX_CURRENT_PER_LIGHT 40 // mA per light when at max brightness. | ||
| 33 | |||
| 34 | // Scale brightnes according to BRIGHTNESS_CORRECTION_TABLE in quantum/rgblight.c. | ||
| 35 | // This allows to mitigate uneven brightness from LED underglow strips. | ||
| 36 | // #define LED_BRIGHTNESS_CORRECTION | ||
