aboutsummaryrefslogtreecommitdiff
path: root/quantum/keycode_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r--quantum/keycode_config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h
index aa75ba2c1..f878168c5 100644
--- a/quantum/keycode_config.h
+++ b/quantum/keycode_config.h
@@ -14,13 +14,12 @@
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#pragma once
18
17#include "eeconfig.h" 19#include "eeconfig.h"
18#include "keycode.h" 20#include "keycode.h"
19#include "action_code.h" 21#include "action_code.h"
20 22
21#ifndef KEYCODE_CONFIG_H
22# define KEYCODE_CONFIG_H
23
24uint16_t keycode_config(uint16_t keycode); 23uint16_t keycode_config(uint16_t keycode);
25uint8_t mod_config(uint8_t mod); 24uint8_t mod_config(uint8_t mod);
26 25
@@ -42,5 +41,3 @@ typedef union {
42} keymap_config_t; 41} keymap_config_t;
43 42
44extern keymap_config_t keymap_config; 43extern keymap_config_t keymap_config;
45
46#endif /* KEYCODE_CONFIG_H */