ソースを参照

Add missing header to ergodox ordinary keymap

Nikolaus Wittenstein 8 年 前
コミット
101465b6ed
1 ファイル変更1 行追加0 行削除
  1. 1 0
      keyboards/ergodox/keymaps/ordinary/keymap.c

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

@@ -1,5 +1,6 @@
 #include "ergodox.h"
 #include "led.h"
+#include "mousekey.h"
 #include "debug.h"
 #include "action_layer.h"
 #include "action_util.h"