summaryrefslogtreecommitdiff
path: root/common/keymap.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-04 22:53:45 +0900
committertmk <nobody@nowhere>2013-02-04 22:53:45 +0900
commitaad91a30a34d61739e1261bb82a1cb1ace581afa (patch)
treea8d265120be758e1ac496ad46e1b95a58c8481c7 /common/keymap.c
parent1d7962ba8a20323dc13cc913381608e117afaeb4 (diff)
Add macro feature.
Diffstat (limited to 'common/keymap.c')
-rw-r--r--common/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.c b/common/keymap.c
index 40d20f6849..8302c27046 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)
#endif
__attribute__ ((weak))
-void keymap_call_function(keyrecord_t *event, uint8_t id)
+void keymap_call_function(keyrecord_t *event, uint8_t id, uint8_t opt)
{
}