summaryrefslogtreecommitdiff
path: root/keyboards/controllerworks/mini42/mini42.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/controllerworks/mini42/mini42.c')
-rw-r--r--keyboards/controllerworks/mini42/mini42.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/controllerworks/mini42/mini42.c b/keyboards/controllerworks/mini42/mini42.c
index cc6397fa11..be16d1400a 100644
--- a/keyboards/controllerworks/mini42/mini42.c
+++ b/keyboards/controllerworks/mini42/mini42.c
@@ -14,7 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "mini42.h"
+
+#include "quantum.h"
#ifdef OLED_ENABLE
@@ -79,4 +80,4 @@ bool oled_task_kb(void) {
return false;
}
-#endif \ No newline at end of file
+#endif