merging lets_split
authorJack Humbert <jack.humb@gmail.com>
Tue, 22 Nov 2016 00:18:47 +0000 (19:18 -0500)
committerJack Humbert <jack.humb@gmail.com>
Tue, 22 Nov 2016 00:18:47 +0000 (19:18 -0500)
1  2 
keyboards/lets_split/config.h
readme.md

@@@ -72,25 -49,11 +49,12 @@@ along with this program.  If not, see <
  #define IS_COMMAND() ( \
      keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
  )
- /* ws2812 RGB LED */
- #define RGB_DI_PIN D4
- #define RGBLIGHT_ANIMATIONS
- #define RGBLED_NUM 8     // Number of LEDs
- #define RGBLIGHT_HUE_STEP 10
- #define RGBLIGHT_SAT_STEP 17
- #define RGBLIGHT_VAL_STEP 17
- /*
-  * Feature disable options
-  *  These options are also useful to firmware size reduction.
-  */
 +
  /* disable debug print */
- // #define NO_DEBUG
+ //#define NO_DEBUG
  
  /* disable print */
- // #define NO_PRINT
+ //#define NO_PRINT
  
  /* disable action features */
  //#define NO_ACTION_LAYER
  //#define NO_ACTION_MACRO
  //#define NO_ACTION_FUNCTION
  
 -#endif
+ #ifdef SUBPROJECT_rev1
+     #include "rev1/config.h"
+ #endif
+ #ifdef SUBPROJECT_rev2
+     #include "rev2/config.h"
+ #endif
 +#endif
diff --cc readme.md
Simple merge