diff options
Diffstat (limited to 'common/keymap.c')
| -rw-r--r-- | common/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/keymap.c b/common/keymap.c index 3f13d4497..ddc321052 100644 --- a/common/keymap.c +++ b/common/keymap.c | |||
| @@ -39,7 +39,7 @@ action_t action_for_key(uint8_t layer, key_t key) | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | __attribute__ ((weak)) | 41 | __attribute__ ((weak)) |
| 42 | void action_function(keyrecord_t *event, uint8_t id, uint8_t opt) | 42 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 43 | { | 43 | { |
| 44 | } | 44 | } |
| 45 | #else | 45 | #else |
| @@ -70,7 +70,7 @@ action_t action_for_key(uint8_t layer, key_t key) | |||
| 70 | } | 70 | } |
| 71 | } | 71 | } |
| 72 | /* not used for legacy keymap */ | 72 | /* not used for legacy keymap */ |
| 73 | void action_function(keyrecord_t *event, uint8_t id, uint8_t opt) | 73 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) |
| 74 | { | 74 | { |
| 75 | } | 75 | } |
| 76 | #endif | 76 | #endif |
