]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/infinity_chibios/keymap_common.h
core: Clean up code of Locking key support
[max/tmk_keyboard.git] / keyboard / infinity_chibios / keymap_common.h
index b0f765bfeb3d437513eb5cde224a6f5980611439..d958f30f14b6b06c9196d1a0ee5852c6b084c3b7 100644 (file)
@@ -22,6 +22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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 <http://www.gnu.org/licenses/>.
 #include "keymap.h"
 
 
-extern const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS];
-extern const uint16_t fn_actions[];
-
-
 #ifdef INFINITY_PROTOTYPE
 
 /* Infinity prototype */