1
0
Fork 0

Add mousekey.h include to quantum.h (#21897)

This commit is contained in:
Ryan 2023-09-04 12:14:14 +10:00 committed by GitHub
parent a40cccced2
commit aec7f29df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 38 deletions

View file

@ -1,25 +1,5 @@
#include "romus.h"
/*---------------*\
|*-----MOUSE-----*|
\*---------------*/
#ifdef MOUSEKEY_ENABLE
#include "mousekey.h"
#endif
/*-------------*\
|*-----RGB-----*|
\*-------------*/
#ifdef RGBLIGHT_ENABLE
#include "rgblight.h"
#endif
/*-------------*\
|*---UNICODE---*|
\*-------------*/
#ifdef UNICODE_ENABLE
#endif
/*-----------------*\
|*-----SECRETS-----*|
\*-----------------*/