Merge remote-tracking branch 'qmk/master' into merge-2022-03-06
This commit is contained in:
commit
3a3c93383f
7966 changed files with 179285 additions and 62739 deletions
|
|
@ -453,7 +453,7 @@ static bool command_common(uint8_t code) {
|
|||
|
||||
// NKRO toggle
|
||||
case MAGIC_KC(MAGIC_KEY_NKRO):
|
||||
clear_keyboard(); // clear to prevent stuck keys
|
||||
clear_keyboard(); // clear to prevent stuck keys
|
||||
keymap_config.nkro = !keymap_config.nkro;
|
||||
if (keymap_config.nkro) {
|
||||
print("NKRO: on\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue