diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-01 13:33:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 13:33:10 +1000 |
commit | 12d42cedd2624db0d5cfe6f538211f9dfcd19822 (patch) | |
tree | 6220d782fbfa4fa231184532009b95076ea9cae5 /keyboards/teleport | |
parent | 3bc4aeac6cc940d10bc73589ea67e0eaa7c7a878 (diff) |
Move `FORCE_NKRO` to data driven (#20604)
Diffstat (limited to 'keyboards/teleport')
-rw-r--r-- | keyboards/teleport/native/config.h | 4 | ||||
-rw-r--r-- | keyboards/teleport/native/info.json | 3 |
2 files changed, 2 insertions, 5 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 diff --git a/keyboards/teleport/native/info.json b/keyboards/teleport/native/info.json index 1e1d591512..d306a3d6c6 100644 --- a/keyboards/teleport/native/info.json +++ b/keyboards/teleport/native/info.json @@ -8,7 +8,8 @@ "board": "GENERIC_STM32_F411XE", "usb": { "vid": "0x7470", - "device_version": "1.0.0" + "device_version": "1.0.0", + "force_nkro": true }, "rgb_matrix": { "driver": "IS31FL3733" |