X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fkeycode_config.h;h=022f4bd19bba39888b8eb0eadcbb22882bf23594;hb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7;hp=293fefecfb154f8853e98ebef8ae9cadb86f277c;hpb=338edcabd79414f505180646cd37b9701384311a;p=qmk_firmware.git 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 {