forked from mirrors/qmk_firmware
declaring checktime before the function it is used in.
This commit is contained in:
parent
256abc64d5
commit
f504082f7f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include "satan.h"
|
#include "satan.h"
|
||||||
static uint16_t key_timer;
|
static uint16_t key_timer;
|
||||||
|
bool checkTime(void);
|
||||||
|
|
||||||
// general keydefs
|
// general keydefs
|
||||||
#define norm 0 // Default layer
|
#define norm 0 // Default layer
|
||||||
|
|
Loading…
Reference in a new issue