mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 03:21:48 +08: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 a new issue