diff options
author | Yang Liu <i@yangliu.name> | 2016-01-24 17:05:47 -0800 |
---|---|---|
committer | Yang Liu <i@yangliu.name> | 2016-01-24 17:05:47 -0800 |
commit | ba9ac457b2159097ecfd9848c5171c52e3a68260 (patch) | |
tree | 3e24c67dcac80ea1628caf9f1791f8296fa89c2e /keyboard/planck/config.h | |
parent | 0a40654b82520849fcc587e8fb76c823378649a6 (diff) |
Integrate WS2812 code into quantum core
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r-- | keyboard/planck/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h index 856de73066..d3719e0cb1 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -63,15 +63,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ws2812_DDRREG DDRD #define ws2812_pin PD1 #define RGBLED_NUM 28 // Number of LEDs -#ifndef RGBLIGHT_HUE_STEP #define RGBLIGHT_HUE_STEP 10 -#endif -#ifndef RGBLIGHT_SAT_STEP #define RGBLIGHT_SAT_STEP 17 -#endif -#ifndef RGBLIGHT_VAL_STEP #define RGBLIGHT_VAL_STEP 17 -#endif /* * Feature disable options |