X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Feeconfig.h;h=3cd1a174f6658b2e795e8b0980d9cddf8f93f6d6;hb=fa545c87f74833856761572ef631d20accc1d026;hp=f0acce01c924dfd29197d7a34616411f5057edf4;hpb=1eb8523e9506c752fb726208d8853a82f06e6659;p=tmk_firmware.git diff --git a/common/eeconfig.h b/common/eeconfig.h index f0acce0..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); @@ -66,7 +67,9 @@ void eeconfig_write_default_layer(uint8_t val); uint8_t eeconfig_read_keymap(void); void eeconfig_write_keymap(uint8_t val); +#ifdef BACKLIGHT_ENABLE uint8_t eeconfig_read_backlight(void); void eeconfig_write_backlight(uint8_t val); +#endif #endif