mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Fix Preprocessor check for Leader Keys
This commit is contained in:
parent
f6c7e11426
commit
e5d2cb8f98
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@
|
|||
#ifdef LEADER_ENABLE
|
||||
|
||||
#include "process_leader.h"
|
||||
#ifdef __arm__
|
||||
# include <string.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#ifndef LEADER_TIMEOUT
|
||||
#define LEADER_TIMEOUT 300
|
||||
|
|
Loading…
Reference in a new issue