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