]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Move defines for RGB to after the config.h include
authorDanny Nguyen <danny@80pct.com>
Mon, 3 Apr 2017 16:51:31 +0000 (12:51 -0400)
committerDanny Nguyen <danny@80pct.com>
Mon, 3 Apr 2017 17:24:20 +0000 (13:24 -0400)
keyboards/lets_split/keymaps/OLED_sample/config.h

index 353ea368c660de37339ce841895ba9a95d44da97..8389ba111d4e7225557aa3e74ab735122f434ae8 100644 (file)
@@ -27,19 +27,16 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define TAPPING_FORCE_HOLD
 #define TAPPING_TERM 100
 
+#ifdef SUBPROJECT_rev1
+    #include "../../rev1/config.h"
+#endif
+#ifdef SUBPROJECT_rev2
+    #include "../../rev2/config.h"
+#endif
+
 #undef RGBLED_NUM
 #define RGBLIGHT_ANIMATIONS
 #define RGBLED_NUM 6
 #define RGBLIGHT_HUE_STEP 10
 #define RGBLIGHT_SAT_STEP 17
 #define RGBLIGHT_VAL_STEP 17
-
-
-
-
-#ifdef SUBPROJECT_rev1
-    #include "../../rev1/config.h"
-#endif
-#ifdef SUBPROJECT_rev2
-    #include "../../rev2/config.h"
-#endif
\ No newline at end of file