summaryrefslogtreecommitdiff
path: root/common/eeconfig.h
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2014-07-07 12:01:01 +0900
committertmk <tmk@users.noreply.github.com>2014-07-07 12:01:01 +0900
commit3eeb0a96232af825962fa1e9b05b80ac1cfd1868 (patch)
tree9efb1e78f73998755bfe49df9a2f99ffceada33b /common/eeconfig.h
parent326e559719505e64b4dd4cc4020c4656252cba64 (diff)
parente5bafff725f7b9cbfc364e64c74ea7f68bfc9900 (diff)
Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
Diffstat (limited to 'common/eeconfig.h')
-rw-r--r--common/eeconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eeconfig.h b/common/eeconfig.h
index e1b5ae282f..3cd1a174f6 100644
--- a/common/eeconfig.h
+++ b/common/eeconfig.h
@@ -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);