mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)
This commit is contained in:
parent
f945c352e7
commit
9e782e4f14
@ -18,6 +18,7 @@
|
||||
#include "timer.h"
|
||||
#include "solenoid.h"
|
||||
#include "haptic.h"
|
||||
#include "gpio.h"
|
||||
|
||||
bool solenoid_on = false;
|
||||
bool solenoid_buzzing = false;
|
||||
|
Loading…
Reference in New Issue
Block a user