Skip to content

Commit

Permalink
Update NKRO info
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges committed Apr 22, 2024
1 parent 1db298f commit 713f10f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/faq/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ Out of the box, our boards do not have NKRO (N-Key Rollover) enabled in QMK, but

You can enable NKRO with QMK using these instructions: <https://docs.qmk.fm/#/faq_misc?id=nkro-doesnt-work>

You will need to have a [QMK Build Environment](../remapping-keyboard#qmk-firmware-build-environment) setup, set `NKRO_ENABLE = yes` in your `rules.mk`, and then pressing the `Magic N` command (`LShift+RShift+N` by default) to turn on NKRO.
You will need to have a [QMK Build Environment](../remapping-keyboard#qmk-firmware-build-environment) setup and do the following:

1. Enable NKRO in the configuration settings in one of the following two ways:
1. Set `NKRO_ENABLE = yes` in your `rules.mk`
2. Or Add `"nkro": true` in the `"features"` section of `info.json`
2. Build the firmware and flash it
3. Press the `Magic N` command (`LShift+RShift+N` by default) to turn on NKRO.

## Building

Expand Down

0 comments on commit 713f10f

Please sign in to comment.