core: action codes are action_t struct now
This commit is contained in:
parent
9839bb83d9
commit
e5cb8469af
4 changed files with 21 additions and 23 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue