summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/OLED_sample/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-04-03 16:17:55 -0400
committerGitHub2017-04-03 16:17:55 -0400
commit3ac9259742bfd428f71c31dbf2bfedace2a7f91b (patch)
tree7a0a8c6a8835b20314eaa7fbfa745efd9182bf7e /keyboards/lets_split/keymaps/OLED_sample/config.h
parent13c882a1fbd3fe3d4f703628df46f18fc69e09ea (diff)
parentfbd9d04559962cb0db3a584d397f49371a4d7fb6 (diff)
Merge pull request #1204 from nooges/lets-split-fixes
Let's split fixes
Diffstat (limited to 'keyboards/lets_split/keymaps/OLED_sample/config.h')
-rw-r--r--keyboards/lets_split/keymaps/OLED_sample/config.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/keyboards/lets_split/keymaps/OLED_sample/config.h b/keyboards/lets_split/keymaps/OLED_sample/config.h
index 353ea368c..8389ba111 100644
--- a/keyboards/lets_split/keymaps/OLED_sample/config.h
+++ b/keyboards/lets_split/keymaps/OLED_sample/config.h
@@ -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