瀏覽代碼

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);

Loading…
取消
儲存