aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/action_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/action_layer.h')
-rw-r--r--tmk_core/common/action_layer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmk_core/common/action_layer.h b/tmk_core/common/action_layer.h
index f9f686112..d72cd3e3a 100644
--- a/tmk_core/common/action_layer.h
+++ b/tmk_core/common/action_layer.h
@@ -14,8 +14,8 @@ GNU General Public License for more details.
14You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17#ifndef ACTION_LAYER_H 17
18#define ACTION_LAYER_H 18#pragma once
19 19
20#include <stdint.h> 20#include <stdint.h>
21#include "keyboard.h" 21#include "keyboard.h"
@@ -120,5 +120,3 @@ uint8_t layer_switch_get_layer(keypos_t key);
120 120
121/* return action depending on current layer status */ 121/* return action depending on current layer status */
122action_t layer_switch_get_action(keypos_t key); 122action_t layer_switch_get_action(keypos_t key);
123
124#endif