From 7d7996278571334d04e4a05445ffa4bf341806a2 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Mon, 26 Jun 2017 23:56:01 +0300 Subject: Move test keymap to keymap.c --- tests/basic/test.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/basic/test.cpp') diff --git a/tests/basic/test.cpp b/tests/basic/test.cpp index 1bd5c2762..f574481f2 100644 --- a/tests/basic/test.cpp +++ b/tests/basic/test.cpp @@ -26,13 +26,6 @@ using testing::_; using testing::Return; -const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { - [0] = { - {KC_A, KC_B}, - {KC_C, KC_D} - }, -}; - class KeyPress : public TestFixture {}; TEST_F(KeyPress, SendKeyboardIsNotCalledWhenNoKeyIsPressed) { -- cgit v1.2.3-24-g4f1b