Add missing include to Ergodox Belak keymap

This commit is contained in:
Fred Sundvik 2017-06-18 17:07:20 +03:00
parent 6ba22b5f5e
commit 2fd670bec0
1 changed files with 1 additions and 0 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