core: action codes are action_t struct now

This commit is contained in:
tmk 2016-03-30 03:37:57 +09:00
parent 9839bb83d9
commit e5cb8469af
4 changed files with 21 additions and 23 deletions

View file

@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Keymapping with 16bit action codes */
extern const uint16_t actionmaps[][MATRIX_ROWS][MATRIX_COLS];
extern const action_t actionmaps[][MATRIX_ROWS][MATRIX_COLS];
/* Modified key */