@ -43,4 +43,3 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
}
return MACRO_NONE;
};
@ -17,8 +17,8 @@
#include "test_common.hpp"
using testing::_;
using testing::Return;
using testing::InSequence;
class KeyPress : public TestFixture {};