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
|
|
@ -28,7 +28,7 @@ static const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
{{KC_CAPS}}, // test with KC_CAPS, KC_A, KC_BTLD
|
||||
};
|
||||
|
||||
static const uint16_t fn_actions[] = {
|
||||
static const action_t fn_actions[] = {
|
||||
};
|
||||
|
||||
/* translates key to keycode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue