]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/eeconfig.h
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
[tmk_firmware.git] / common / eeconfig.h
index e1b5ae282f032ebcc9554ae17f67d61e32b8c70e..3cd1a174f6658b2e795e8b0980d9cddf8f93f6d6 100644 (file)
@@ -47,6 +47,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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);