mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)
This commit is contained in:
parent
f945c352e7
commit
9e782e4f14
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "solenoid.h"
|
#include "solenoid.h"
|
||||||
#include "haptic.h"
|
#include "haptic.h"
|
||||||
|
#include "gpio.h"
|
||||||
|
|
||||||
bool solenoid_on = false;
|
bool solenoid_on = false;
|
||||||
bool solenoid_buzzing = false;
|
bool solenoid_buzzing = false;
|
||||||
|
|
Loading…
Reference in a new issue