]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/rgblight.h
update planck stuff
[qmk_firmware.git] / quantum / rgblight.h
index a63b2460474341615eb4910a3d15012a7eb2a027..d0dd6e49036202fbaab39faf7f36a7004f8fbc51 100644 (file)
@@ -1,8 +1,23 @@
+/* Copyright 2017 Yang Liu
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 #ifndef RGBLIGHT_H
 #define RGBLIGHT_H
 
 #ifdef RGBLIGHT_ANIMATIONS
-       #define RGBLIGHT_MODES 24
+       #define RGBLIGHT_MODES 34
 #else
        #define RGBLIGHT_MODES 1
 #endif
 #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
 #endif
 #ifndef RGBLIGHT_EFFECT_KNIGHT_OFFSET
-#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 9
-#endif
-
-#ifndef RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH
-#define RGBLIGHT_EFFECT_DUALKNIGHT_LENGTH 4
+#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 0
 #endif
 
 #ifndef RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL
@@ -46,7 +57,7 @@
 #include <stdint.h>
 #include <stdbool.h>
 #include "eeconfig.h"
-#include "light_ws2812.h"
+#include "ws2812.h"
 
 extern LED_TYPE led[RGBLED_NUM];