Fix: Use action_t in keymap files
This commit is contained in:
parent
e5cb8469af
commit
c04b6bec89
75 changed files with 84 additions and 83 deletions
|
|
@ -119,4 +119,4 @@ const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] PROGMEM = {
|
|||
#endif
|
||||
};
|
||||
|
||||
const uint16_t fn_actions[] PROGMEM = {};
|
||||
const action_t fn_actions[] PROGMEM = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue