summaryrefslogtreecommitdiff
path: root/tmk_core/common/sleep_led.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/sleep_led.h')
-rw-r--r--tmk_core/common/sleep_led.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/common/sleep_led.h b/tmk_core/common/sleep_led.h
index d160213f11..38f80a660d 100644
--- a/tmk_core/common/sleep_led.h
+++ b/tmk_core/common/sleep_led.h
@@ -1,5 +1,4 @@
-#ifndef SLEEP_LED_H
-#define SLEEP_LED_H
+#pragma once
#ifdef SLEEP_LED_ENABLE
@@ -16,5 +15,3 @@ void sleep_led_toggle(void);
# define sleep_led_toggle()
#endif
-
-#endif