diff options
Diffstat (limited to 'tmk_core/common/keymap.c')
-rw-r--r-- | tmk_core/common/keymap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/keymap.c b/tmk_core/common/keymap.c index d489238085..11f4aa8aaa 100644 --- a/tmk_core/common/keymap.c +++ b/tmk_core/common/keymap.c @@ -28,6 +28,7 @@ static action_t keycode_to_action(uint8_t keycode); /* converts key to action */ +__attribute__ ((weak)) action_t action_for_key(uint8_t layer, keypos_t key) { uint8_t keycode = keymap_key_to_keycode(layer, key); |