aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/keycode_config.h
diff options
context:
space:
mode:
authorFabian Topfstedt <topfstedt@schneevonmorgen.com>2017-06-27 09:22:05 +0200
committerFabian Topfstedt <topfstedt@schneevonmorgen.com>2017-06-27 09:22:05 +0200
commitfe3d75922b2356cd812f0d22ebef8b25b31e9eb4 (patch)
treef3e5893baf3ace0a5b4b6ffde384223aea5ce259 /quantum/keycode_config.h
parent7d0a471051551c3ef9d8a60dbf4bc5b1b2d70cea (diff)
parent61cdc9aaa462afbcbaf57f2c5991e06924caed0e (diff)
downloadfirmware-fe3d75922b2356cd812f0d22ebef8b25b31e9eb4.tar.gz
firmware-fe3d75922b2356cd812f0d22ebef8b25b31e9eb4.tar.bz2
firmware-fe3d75922b2356cd812f0d22ebef8b25b31e9eb4.zip
Merge https://github.com/qmk/qmk_firmware
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r--quantum/keycode_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h
index 293fefecf..022f4bd19 100644
--- a/quantum/keycode_config.h
+++ b/quantum/keycode_config.h
@@ -16,11 +16,13 @@
#include "eeconfig.h"
#include "keycode.h"
+#include "action_code.h"
#ifndef KEYCODE_CONFIG_H
#define KEYCODE_CONFIG_H
uint16_t keycode_config(uint16_t keycode);
+uint8_t mod_config(uint8_t mod);
/* NOTE: Not portable. Bit field order depends on implementation */
typedef union {