diff options
Diffstat (limited to 'quantum/process_keycode/process_combo.h')
-rw-r--r-- | quantum/process_keycode/process_combo.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_combo.h b/quantum/process_keycode/process_combo.h index 0f01aae93..e51a2f1f4 100644 --- a/quantum/process_keycode/process_combo.h +++ b/quantum/process_keycode/process_combo.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_COMBO_H | 17 | #pragma once |
18 | #define PROCESS_COMBO_H | ||
19 | 18 | ||
20 | #include "progmem.h" | 19 | #include "progmem.h" |
21 | #include "quantum.h" | 20 | #include "quantum.h" |
@@ -62,5 +61,3 @@ void combo_enable(void); | |||
62 | void combo_disable(void); | 61 | void combo_disable(void); |
63 | void combo_toggle(void); | 62 | void combo_toggle(void); |
64 | bool is_combo_enabled(void); | 63 | bool is_combo_enabled(void); |
65 | |||
66 | #endif | ||