diff options
| author | Ryan | 2023-05-01 05:33:10 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-01 05:33:10 +0200 |
| commit | 12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch) | |
| tree | 6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/teleport/native/config.h | |
| parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) | |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/teleport/native/config.h')
| -rw-r--r-- | keyboards/teleport/native/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/teleport/native/config.h b/keyboards/teleport/native/config.h index 70b09da4f1..1453bfdc94 100644 --- a/keyboards/teleport/native/config.h +++ b/keyboards/teleport/native/config.h @@ -14,10 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once - -/* Enable NKRO by default*/ -#define FORCE_NKRO - /* Use 3 dynamic keymap layers */ #define DYNAMIC_KEYMAP_LAYER_COUNT 3 |