X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Feeconfig.h;h=3cd1a174f6658b2e795e8b0980d9cddf8f93f6d6;hb=fa545c87f74833856761572ef631d20accc1d026;hp=e1b5ae282f032ebcc9554ae17f67d61e32b8c70e;hpb=5a0415749d6cd6a095d9c3fbb335360ec5fa59e0;p=tmk_firmware.git diff --git a/common/eeconfig.h b/common/eeconfig.h index e1b5ae2..3cd1a17 100644 --- a/common/eeconfig.h +++ b/common/eeconfig.h @@ -47,6 +47,7 @@ along with this program. If not, see . #define EECONFIG_KEYMAP_NO_GUI (1<<4) #define EECONFIG_KEYMAP_SWAP_GRAVE_ESC (1<<5) #define EECONFIG_KEYMAP_SWAP_BACKSLASH_BACKSPACE (1<<6) +#define EECONFIG_KEYMAP_NKRO (1<<7) bool eeconfig_is_enabled(void);