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