]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/actionmap.h
core: Add unimap support
[max/tmk_keyboard.git] / tmk_core / common / actionmap.h
index ac5299752decacab3984433cd9e145370622b7dd..5e00bb2ed13321c1929024cb78f69498db9611b5 100644 (file)
@@ -24,10 +24,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "action.h"
 
 
-/* Keymapping with 16bit action codes */
-extern const action_t actionmaps[][MATRIX_ROWS][MATRIX_COLS];
-
-
 /* Modified key */
 #define AC_c(kc)                ACTION_MODS_KEY(MOD_LCTL, KC_##kc)
 #define AC_s(kc)                ACTION_MODS_KEY(MOD_LSFT, KC_##kc)