ソースを参照

Add missing #include to keymap.c.

tags/v2.9
flabbergast 8年前
コミット
cd7f30299a
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      tmk_core/common/keymap.c

+ 1
- 0
tmk_core/common/keymap.c ファイルの表示

@@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "wait.h"
#include "debug.h"
#include "bootloader.h"


static action_t keycode_to_action(uint8_t keycode);

読み込み中…
キャンセル
保存