aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_leader.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_leader.h')
-rw-r--r--quantum/process_keycode/process_leader.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_leader.h b/quantum/process_keycode/process_leader.h
index e0edf57b3..9844f27a1 100644
--- a/quantum/process_keycode/process_leader.h
+++ b/quantum/process_keycode/process_leader.h
@@ -14,8 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#ifndef PROCESS_LEADER_H 17#pragma once
18#define PROCESS_LEADER_H
19 18
20#include "quantum.h" 19#include "quantum.h"
21 20
@@ -37,5 +36,3 @@ void qk_leader_start(void);
37 extern uint16_t leader_sequence[5]; \ 36 extern uint16_t leader_sequence[5]; \
38 extern uint8_t leader_sequence_size 37 extern uint8_t leader_sequence_size
39#define LEADER_DICTIONARY() if (leading && timer_elapsed(leader_time) > LEADER_TIMEOUT) 38#define LEADER_DICTIONARY() if (leading && timer_elapsed(leader_time) > LEADER_TIMEOUT)
40
41#endif