diff options
Diffstat (limited to 'tests/basic/keymap.c')
-rw-r--r-- | tests/basic/keymap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic/keymap.c b/tests/basic/keymap.c index 951ce8e0cc..2b5747abb7 100644 --- a/tests/basic/keymap.c +++ b/tests/basic/keymap.c @@ -43,4 +43,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { } return MACRO_NONE; }; - |