Parcourir la source

Add missing include to Ergodox Belak keymap

Fred Sundvik il y a 8 ans
Parent
commit
2fd670bec0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      keyboards/ergodox/keymaps/belak/keymap.c

+ 1 - 0
keyboards/ergodox/keymaps/belak/keymap.c

@@ -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