summaryrefslogtreecommitdiff
path: root/tests/basic/keymap.c
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-07-14 21:34:37 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-07-14 21:34:37 -0400
commit5412229603c1b16051776e81bed57697adf339e2 (patch)
tree088e5e6d1d0d448f0e5c4032a830c27b33a126ab /tests/basic/keymap.c
parentd73d30aa846f4378b8f1fa072a4620520b3c1953 (diff)
parent6ed8ce4f598f838b971aa290a499f852827e1b58 (diff)
downloadqmk_firmware-5412229603c1b16051776e81bed57697adf339e2.tar.gz
qmk_firmware-5412229603c1b16051776e81bed57697adf339e2.zip
Merge remote-tracking branch 'upstream/master'
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 3274f213f7..3f97c0a0ee 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