summaryrefslogtreecommitdiff
path: root/tests/basic/keymap.c
diff options
context:
space:
mode:
authorThat-Canadian2017-07-14 21:35:50 -0400
committerThat-Canadian2017-07-14 21:35:50 -0400
commit6c9b69a4b67e064dacea364f842bf15631d7a5e6 (patch)
treef5afa578f218d83245363b68bfb502f517698af6 /tests/basic/keymap.c
parente2e0f5d6d13f6e4d2528ee9ff5e48f896d637092 (diff)
parent5412229603c1b16051776e81bed57697adf339e2 (diff)
Merge branch 'master' into minidox
Diffstat (limited to 'tests/basic/keymap.c')
-rw-r--r--tests/basic/keymap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/basic/keymap.c b/tests/basic/keymap.c
index 3274f213f..3f97c0a0e 100644
--- a/tests/basic/keymap.c
+++ b/tests/basic/keymap.c
@@ -40,4 +40,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
}
}
return MACRO_NONE;
-}; \ No newline at end of file
+};
+
+void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
+} \ No newline at end of file