diff options
| author | Shayne Holmes <simon.snth@xoxy.net> | 2014-04-09 15:54:16 -0700 |
|---|---|---|
| committer | Shayne Holmes <simon.snth@xoxy.net> | 2014-04-09 15:54:16 -0700 |
| commit | e5bafff725f7b9cbfc364e64c74ea7f68bfc9900 (patch) | |
| tree | a83f4e5b6b181f2aed5b12b12f10ba43972aef64 /common/command.c | |
| parent | 894a387d1fd8c823b5339e524e1f9336601ce2ef (diff) | |
| download | qmk_firmware-e5bafff725f7b9cbfc364e64c74ea7f68bfc9900.tar.gz qmk_firmware-e5bafff725f7b9cbfc364e64c74ea7f68bfc9900.zip | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
This takes the last, reserved bit there, but doesn't necessitate
a revision to the magic number because it doesn't alter byte order.
Add reference to NKRO virtual dip-switch to documentation.
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.c b/common/command.c index f6f276951..872880eae 100644 --- a/common/command.c +++ b/common/command.c | |||
| @@ -151,6 +151,7 @@ static void print_eeconfig(void) | |||
| 151 | print(".no_gui: "); print_dec(kc.no_gui); print("\n"); | 151 | print(".no_gui: "); print_dec(kc.no_gui); print("\n"); |
| 152 | print(".swap_grave_esc: "); print_dec(kc.swap_grave_esc); print("\n"); | 152 | print(".swap_grave_esc: "); print_dec(kc.swap_grave_esc); print("\n"); |
| 153 | print(".swap_backslash_backspace: "); print_dec(kc.swap_backslash_backspace); print("\n"); | 153 | print(".swap_backslash_backspace: "); print_dec(kc.swap_backslash_backspace); print("\n"); |
| 154 | print(".nkro: "); print_dec(kc.nkro); print("\n"); | ||
| 154 | 155 | ||
| 155 | #ifdef BACKLIGHT_ENABLE | 156 | #ifdef BACKLIGHT_ENABLE |
| 156 | backlight_config_t bc; | 157 | backlight_config_t bc; |
