diff options
Diffstat (limited to 'keyboards/input_club/whitefox/whitefox.c')
-rw-r--r-- | keyboards/input_club/whitefox/whitefox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/input_club/whitefox/whitefox.c b/keyboards/input_club/whitefox/whitefox.c index 168eccbb12..4aa12586f3 100644 --- a/keyboards/input_club/whitefox/whitefox.c +++ b/keyboards/input_club/whitefox/whitefox.c @@ -15,7 +15,7 @@ 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 "whitefox.h" +#include "quantum.h" #ifdef LED_MATRIX_ENABLE const is31_led PROGMEM g_is31_leds[LED_MATRIX_LED_COUNT] = { |