From: Jack Humbert Date: Tue, 22 Nov 2016 00:18:47 +0000 (-0500) Subject: merging lets_split X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=27ebacb15d39046713bd87e06c1157b1ffab6aaf;p=qmk_firmware.git merging lets_split --- 27ebacb15d39046713bd87e06c1157b1ffab6aaf diff --cc keyboards/lets_split/config.h index b0ad522fc,1b7bbcbbb..4db45ab0b --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h @@@ -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 @@@ -99,4 -62,10 +63,10 @@@ //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION + #ifdef SUBPROJECT_rev1 + #include "rev1/config.h" + #endif + #ifdef SUBPROJECT_rev2 + #include "rev2/config.h" + #endif -#endif +#endif