diff options
Diffstat (limited to 'common/keymap.c')
| -rw-r--r-- | common/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.c b/common/keymap.c index 40d20f684..8302c2704 100644 --- a/common/keymap.c +++ b/common/keymap.c | |||
| @@ -68,6 +68,6 @@ action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col) | |||
| 68 | #endif | 68 | #endif |
| 69 | 69 | ||
| 70 | __attribute__ ((weak)) | 70 | __attribute__ ((weak)) |
| 71 | void keymap_call_function(keyrecord_t *event, uint8_t id) | 71 | void keymap_call_function(keyrecord_t *event, uint8_t id, uint8_t opt) |
| 72 | { | 72 | { |
| 73 | } | 73 | } |
