X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tests%2Fbasic%2Fkeymap.c;h=3f97c0a0ee92968d500bb244b9f7a85d928e7b0e;hb=11c4c711310d297a378f029b7ffa1409d5a04dbc;hp=3274f213f79e4e9dfb16ad97e0518cac5533d1dc;hpb=631c09e97679c27d2f9d8bf3980cc6b2ca6181aa;p=qmk_firmware.git 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