]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/actionmap.c
core: Add unimap support
[max/tmk_keyboard.git] / tmk_core / common / actionmap.c
index 49d0f5cef0573f52b5bc712ed6708ac0007e032a..6b0fa8e923d759643da163629b25b4f576b058bf 100644 (file)
@@ -18,6 +18,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action_code.h"
 #include "actionmap.h"
 
+
+/* Keymapping with 16bit action codes */
+extern const action_t actionmaps[][MATRIX_ROWS][MATRIX_COLS];
+
+
 /* Converts key to action */
 __attribute__ ((weak))
 action_t action_for_key(uint8_t layer, keypos_t key)