forked from forks/qmk_firmware
Add missing include to Ergodox Belak keymap
This commit is contained in:
parent
6ba22b5f5e
commit
2fd670bec0
|
@ -2,6 +2,7 @@
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "action_layer.h"
|
#include "action_layer.h"
|
||||||
#include "eeconfig.h"
|
#include "eeconfig.h"
|
||||||
|
#include "eeprom.h"
|
||||||
|
|
||||||
#define LAYER_ON(pos) ((layer_state) & (1<<(pos)))
|
#define LAYER_ON(pos) ((layer_state) & (1<<(pos)))
|
||||||
#define _______ KC_TRNS
|
#define _______ KC_TRNS
|
||||||
|
|
Loading…
Reference in a new issue