X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=inline;f=keyboard%2Finfinity_chibios%2Fkeymap_common.h;h=d958f30f14b6b06c9196d1a0ee5852c6b084c3b7;hb=ab083c7ecff4f8a576d858745ab353f7937a1b94;hp=b0f765bfeb3d437513eb5cde224a6f5980611439;hpb=fd71b3f4eff1825d6527b1c657e88e2e3bd87483;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 */