X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2Finfinity_chibios%2Fkeymap_common.h;h=d958f30f14b6b06c9196d1a0ee5852c6b084c3b7;hb=4dc2fb5b312e37f26670011708653296df100d8c;hp=b0f765bfeb3d437513eb5cde224a6f5980611439;hpb=054c86bfe88acb999478f0a7c648a774b8dde64f;p=max%2Ftmk_keyboard.git diff --git a/keyboard/infinity_chibios/keymap_common.h b/keyboard/infinity_chibios/keymap_common.h index b0f765bf..d958f30f 100644 --- a/keyboard/infinity_chibios/keymap_common.h +++ b/keyboard/infinity_chibios/keymap_common.h @@ -22,6 +22,7 @@ along with this program. If not, see . #include "keycode.h" #include "action.h" #include "action_macro.h" +#include "action_util.h" #include "report.h" #include "host.h" #include "print.h" @@ -29,10 +30,6 @@ along with this program. If not, see . #include "keymap.h" -extern const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS]; -extern const uint16_t fn_actions[]; - - #ifdef INFINITY_PROTOTYPE /* Infinity prototype */