1
0
Fork 0

Merge pull request #1408 from fredizzimo/fix_build_improve_travis

Fix the two failing keymaps and improve the travis build script
This commit is contained in:
Jack Humbert 2017-06-18 12:13:56 -04:00 committed by GitHub
commit 5682254f71
3 changed files with 16 additions and 6 deletions

View file

@ -2,6 +2,7 @@
#include "debug.h"
#include "action_layer.h"
#include "eeconfig.h"
#include "eeprom.h"
#define LAYER_ON(pos) ((layer_state) & (1<<(pos)))
#define _______ KC_TRNS

View file

@ -20,9 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL
#define EE_HANDS
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 12
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"